{% extends "webcatalog/base.html" %} {% load i18n %} {% block title %}{% trans "Ubuntu Apps Directory" %}{% endblock %} {% block header_container %}{% endblock %} {% block search %}{% endblock %} {% block head_extra %} {% endblock %} {% block content %} {% if exhibits %}
{% include "webcatalog/exhibits_widget.html" %}
{% endif %}
App departments

{% trans "Search for an app" %}:

{% if featured_apps %} {% endif %} {% if top_rated_apps %} {% endif %} {% endblock %}