authentic2-cut/src/authentic2_cut/templates/authentic2/cut_manager_user_actions_jo...

19 lines
601 B
HTML

{% extends "authentic2/manager/base.html" %}
{% load i18n static django_tables2 %}
{% block breadcrumb %}
{{ block.super }}
<a href="{% url 'a2-manager-users' %}{% if object.ou %}?search-ou={{ object.ou.pk }}{% endif %}">{% trans 'Users' %}{% if object.ou %}&nbsp;: {{ object.ou }}{% endif %}</a>
<a href="{% url 'a2-manager-user-detail' pk=object.pk %}">{{ object.get_full_name }}</a>
<a href="#">Journal des actions</a>
{% endblock %}
{% block page_title %}
Journal des actions
{% endblock %}
{% block content %}
{% render_table table "authentic2/manager/table.html" %}
{% endblock %}