authentic/src/authentic2/manager/templates/authentic2/manager/roles_journal.html

10 lines
284 B
HTML

{% extends "authentic2/manager/journal.html" %}
{% load i18n gadjo %}
{% block breadcrumb-before-title %}
<a href="{% url 'a2-manager-roles' %}">{% trans 'Roles' %}</a>
{% if multiple_ou and ou %}
<a href="../?search-ou={{ ou.id }}">{{ ou }}</a>
{% endif %}
{% endblock %}