{% extends "BaseAdmin.html" %} {% load i18n %} {% block title %}{% trans 'Finished to add account' %}{% endblock %} {% block content %}
{% trans 'Finish to add account.' %}
{% for entry in result %} {% endfor %}
{{ entry.0 }}{{ entry.1 }}

{% trans 'Return to add user' %}

{% endblock %}