{% extends "chrono/manager_base.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }} {% trans "Categories" %} {% endblock %} {% block appbar %}

{% trans 'Categories' %}

{% trans 'New' %} {% endblock %} {% block content %} {% if object_list %}
{% else %}
{% blocktrans %} This site doesn't have any category yet. Click on the "New" button in the top right of the page to add a first one. {% endblocktrans %}
{% endif %} {% endblock %}