{% extends 'common/_data_table.html' %} {% load i18n %} {% load custom_filters %} {% block title %}{% trans "Components" %}{% endblock %} {% block table_caption %} {% if table.actions_allowed %}

{% blocktrans %}Application Components{% endblocktrans %}

{% trans 'App category' %}

{% with apps=table.get_apps_list %} {% if apps|length %} {% else %}

No Application Components match the current category and/or filter string

{% endif %} {% endwith %} {% endif %}

{{ table }}

{{ table.render_table_actions }} {% endblock table_caption %} {% block table_body %} {% if table.actions_allowed %}

{% trans 'Drop component here to add it' %}

{% endif %} {% for row in rows %} {{ row.render }} {% endfor %} {% endblock table_body %}