{% extends "webcatalog/base.html" %} {% load i18n %} {% block title %}{% trans "Ubuntu Apps Directory" %}{% endblock %} {% block header %}Applications{% endblock %} {% block content %}
App departments
{% include "webcatalog/breadcrumbs_snippet.html" %} {% if applications %} {% include "webcatalog/application_list_snippet.html" %} {% else %}

{% trans "No applications found." %}

{% endif %}

{% endblock %}