{% extends 'corbo/base.html' %} {% load i18n %} {% block appbar %}

{% trans "Categories" %}

{% if extra_actions %} {% endif %} {% trans 'New category' %} {% trans 'Search subscriptions' %} {% endblock %} {% block content %}
{% if object_list %} {% include "gadjo/pagination.html" %} {% else %}
{% blocktrans %} There are no categories yet. Click on "New category" button in the top right of the page to add a first one. {% endblocktrans %}
{% endif %}
{% endblock %}