{% extends "webcatalog/base.html" %} {% load i18n %} {% block title %}{% trans "Ubuntu Apps Directory" %} — {{ dept.name }}{% endblock %} {% block header %}{{ dept.name }}{% endblock %} {% block content %}
{% if subdepts %}
Sub departments

{% endif %}

Available versions
{% include "webcatalog/breadcrumbs_snippet.html" %}

{% if page.object_list %} {% include "webcatalog/batch_navigation.html" %} {% with applications=page.object_list %} {% include "webcatalog/application_list_snippet.html" %} {% endwith %} {% include "webcatalog/batch_navigation.html" %} {% else %}

{% trans "No applications found." %}

{% endif %}

{% endblock %}