{% extends 'commands.html' %} {% import "bootstrap/wtf.html" as wtf %} {% set sidebar_state = 'disabled' %} {% set btn_back = true %} {% block nav_inventory %} active{% endblock %} {% block nav_inventory_software %} active{% endblock %} {% block content %}

{{_('Software inventory')}}

{{ _('Selected client:') }} {{ form.ips.data }}

{% for item in software %} {% endfor %}
{{ _('Item') }}
{{ item }}
{% endblock %}