1 {% extends basetemplate %}
 
   7     {% trans "Create User" %}
 
   9 {% block description %}
 
  10     {% trans "Quick creation of a new user" %}
 
  13 {% block admincontent %}
 
  14     <form action="" method="POST">
 
  17             <tr><th></th><td><input type="submit" value="{% trans "Save" %}"></td></tr>