{% extends "admin/change_form.html" %} {% load url from future %} {% load i18n %} {% block content_title %}

{% blocktrans with original.user as user %} Inspect the registration of {{ user }} {% endblocktrans %}

{% endblock %} {% block content %}

{% blocktrans %}Please select an action and click the Save button on bottom.{% endblocktrans %}

{{ block.super }} {% endblock %}