{% extends "admin/change_form.html" %}
{% load i18n static pinmok_admin_tags %}
{% block form_top %}
{% if not is_popup %}
{% translate "After you’ve created a user, you’ll be able to edit more user options." as tip %}
{% alert tip 'info' %}
{% endif %}
{% endblock %}
{% block extrahead %}
{{ block.super }}
{% endblock %}