{% extends "lingo/manager_base.html" %} {% load i18n %} {% block appbar %}

{% trans 'Regies' %}

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