{% extends "admin/admin/layout.html" %} {% import "forms.html" as form_theme with context %} {% block action_body %} {%- if search_form %}
{%- if column[0] in sorting %}{{ column[1] }}{% else %}{{ column[1] }}{% endif %} | {% endfor %}{% endblock %} {% if not action.hide_actions%}{% trans %}Actions{% endtrans %} | {% endif -%} {% if list_form %}{% endif -%} |
---|---|---|
{{ item[column[0]] }} | {% endfor %}{% endblock %} {%- if not action.hide_actions%}{%- set item_actions = action.get_item_actions(item) -%} {% if item_actions -%} {%- else -%} {% trans %}Not available{% endtrans %} {%- endif %} | {% endif %} {% if list_form %}{% endif %} |
{% if action.is_filtering %}{{ action.empty_search_message }}{% else %}{{ action.empty_message }}{% endif %}