{% extends 'murano_base.html' %} {% load i18n %} {% load static %} {% load compress %} {% block title %}{% trans "Applications" %}{% endblock %} {% block css %} {{ block.super }} {% compress css %} {% endcompress %} {% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Applications") %} {% endblock page_header %} {% block main %}
{% trans "No recent activity to report at this time." %}
{% endif %}
{% if no_apps %}
{% blocktrans %} There are no applications in the catalog.
You can import apps from {{ repo_url }}.
Go to
Package Definitions,
click 'Import Package' and select Repository as a
Package Source. {% endblocktrans %}
{% else %}
{% blocktrans %} No applications matching your criteria.
{% endblocktrans %}
{% endif %}