{% load static i18n generic_template_filters %}
{% include "generic/export_fields_modal.html" %} {% if bulk_select_option %} {% include "generic/quick_actions.html" %} {% endif %} {% if show_filter_tags %} {% include "generic/filter_tags.html" %} {% endif %}
{% if not groups.paginator.count %}
Page not found. 404.

{% trans "No Records found" %}

{% trans "No records found." %}

{% endif %} {% for group in groups %}
{{group.list.paginator.count}} {{group.grouper|capfirst}}
{% if bulk_select_option %}
{% endif %} {% for cell in columns %}
{{cell.0}}
{% endfor %}{% if options or option_method%}
{% trans "Options" %}
{% endif %} {% if actions or action_method %}
{% trans "Actions" %}
{% endif %}
{% for instance in group.list %}
{% if bulk_select_option %}
{% endif %} {% for cell in columns %} {% with attribute=cell.1 index=forloop.counter %} {% if not cell.2 %}
{{instance|getattribute:attribute|selected_format:request.user.employee_get.employee_work_info.company_id|safe}}
{% else %}
{{instance|getattribute:attribute}}
{% endif %} {% endwith %} {% endfor %} {% if options or option_method %}
{% if not option_method %}
{% for option in options %} {% if option.accessibility|accessibility:instance %} {% endif %} {% endfor %}
{% else %} {{instance|getattribute:option_method|safe}} {% endif %}
{% endif %} {% if actions or action_method %}
{% if not action_method %}
{% for action in actions %} {% if action.accessibility|accessibility:instance %} {% endif %} {% endfor %}
{% else %} {{instance|getattribute:action_method|safe}} {% endif %}
{% endif %}
{% endfor %}
{% trans "Page" %} {{ group.list.number }} {% trans "of" %} {{ group.list.paginator.num_pages }}.
{% endfor %}
{% if groups.paginator.count %}
{% trans "Page" %} {{groups.number}} {% trans "of" %} {{groups.paginator.num_pages}}
{% if bulk_select_option %} {% endif %} {% endif %}