{% load static i18n generic_template_filters %}
|
{% endif %}
{% for cell in columns %}
{% with cell_attr=header_attrs|get_item:cell.1 %}
{{cell.0}}
|
{% endwith %}
{% endfor %}
{% if options or option_method%}
{% trans "Options" %} | {% endif %} {% if actions or action_method %}{% trans "Actions" %} | {% endif %}
---|---|---|---|
|
{% 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 %}
|
{% endwith %}
{% endfor %}
{% if options or option_method %}
{% if not option_method %} {% else %} {{instance|getattribute:option_method|safe}} {% endif %} | {% endif %} {% if actions or action_method %}{% if not action_method %} {% else %} {{instance|getattribute:action_method|safe}} {% endif %} | {% endif %}
{% trans "No records found." %}