{% extends 'layouts/layout_dog.html' %} {% block page_body %} {% set user = model.users[0] %} {% set company = user.company %}
{{ model.form_filters.hidden_tag() }}
{{ model.form_filters.id_company.label }} {{ model.form_filters.id_company() }} {% for error in model.form_filters.id_company.errors %}

{{ error }}

{% endfor %}
{{ model.form_filters.active_only.label }} {{ model.form_filters.active_only() }} {% for error in model.form_filters.active_only.errors %}

{{ error }}

{% endfor %} {% set class_name = model.FLAG_FILTER + ' ' + model.FLAG_ACTIVE_ONLY + ' ' + model.FLAG_CHECKBOX %} {% include 'components/common/buttons/_icon_checkbox.html' %}
{% set block_id = 'button_save' %} {% include 'components/common/buttons/_buttons_save_cancel.html' %}
{% set block_id = 'button_cancel' %} {% include 'components/common/buttons/_buttons_save_cancel.html' %}
{{ user.role.name }}
{{ company.name }}
{{ company.website }}
{% include 'components/common/temporary/_overlay_confirm.html' %} {% include 'components/common/temporary/_overlay_error.html' %}
{% set class_name = '' %} {% include 'components/common/buttons/_icon_trash.html' %} {% set class_name = model.FLAG_ACTIVE %} {% set attribute_text = '' %} {% include 'components/common/buttons/_icon_add.html' %}
{% endblock %}