{% extends "authentic2/manager/form.html" %}
{% load firstof from future %}
{% load i18n %}
{% block breadcrumb %}
{{ block.super }}
{% trans 'Users' %}{% if multiple_ou and object.ou %} : {{ object.ou }}{% endif %}
{{ object.get_full_name }}
{% trans "Edit" %}
{% endblock %}