{% load static i18n generic_template_filters %}
{% include "generic/export_fields_modal.html" %} {% if show_filter_tags %} {% include "generic/filter_tags.html" %} {% endif %} {% if queryset|length %} {% if bulk_select_option %} {% include "generic/quick_actions.html" %} {% endif %}
{% if show_toggle_form %}
{{ toggle_form.as_list }}
{% endif %}
{% if bulk_select_option %} {% endif %} {% for cell in columns %} {% with cell_attr=header_attrs|get_item:cell.1 %} {% endwith %} {% endfor %} {% if options or option_method%} {% endif %} {% if actions or action_method %} {% endif %} {% for instance in queryset %} {% if bulk_select_option %} {% endif %} {% for cell in columns %} {% with attribute=cell.1 index=forloop.counter %} {% endwith %} {% endfor %} {% if options or option_method %} {% endif %} {% if actions or action_method %} {% endif %} {% endfor %}
{{cell.0}}
{% trans "Options" %} {% trans "Actions" %}
{% if not cell.2 %} {{instance|getattribute:attribute|selected_format:request.user.employee_get.employee_work_info.company_id|safe}} {% else %}
{{instance|getattribute:attribute}}
{% endif %}
{% if not option_method %}
{% for option in options %} {% if option.accessibility|accessibility:instance %} {% endif %} {% endfor %}
{% else %} {{instance|getattribute:option_method|safe}} {% endif %}
{% if not action_method %}
{% for action in actions %} {% if action.accessibility|accessibility:instance %} {% endif %} {% endfor %}
{% else %} {{instance|getattribute:action_method|safe}} {% endif %}
{% if queryset.paginator.count %}
{% trans "Page" %} {{queryset.number}} {% trans "of" %} {{queryset.paginator.num_pages}}
{% if bulk_select_option %} {% endif %} {% endif %} {% else %} {% if row_status_indications %}
{% for indication in row_status_indications %} {{indication.1}} {% endfor %}
{% endif %}
Page not found. 404.

{% trans "No Records found" %}

{% trans "No records found." %}

{% endif %}