{% load i18n %} {% load custom_filters %} {% load jsonify %} {% block table_caption %} {% with apps=table.get_apps_list %} {% if apps %}

{% trans "Application Components" %}

{% trans 'App category' %}

{% else %}

{% with repo_url=table.get_repo_url pkg_def_url=table.get_pkg_def_url %} {% trans "There are no applications in the catalog. You can import apps from" %} {{ repo_url }}.

{% blocktrans trimmed %}Go to Packages , click 'Import Package' and select Repository as Package Source. {% endblocktrans %} {% endwith %}

{% endif %}

{% trans "There are no applications matching your criteria." %}

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

{% trans 'Drop Components here' %}

{% endif %} {% endblock table_body %}