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

{% blocktrans with original.user as user %}Inspect {{ user }}'s registration{% endblocktrans %}

{% endblock %} {% block content %}

{% blocktrans %}Please chose action to this registration and click the Save button on bottom.{% endblocktrans %}

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