lingo/lingo/invoicing/templates/lingo/invoicing/manager_regie_common.html

13 lines
344 B
HTML

{% extends "lingo/invoicing/manager_home.html" %}
{% load i18n %}
{% block appbar %}
<h2>{% if regie %}{% trans 'Regie' %} - {{regie}} {% else %}{% trans 'Regies' %}{% endif %}</h2>
{% endblock %}
{% block breadcrumb %}
{{ block.super }}
<a href="{% url 'lingo-manager-invoicing-regie-list' %}">{% trans "Regies" %}</a>
{% endblock %}