{% translate 'Choose Reseller and View Sub Accounts' %}

{% translate 'You can also view all accounts from the user accounts section.' %}

{% if form.errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %} {% for field in form %} {% for error in field.errors %} {{ error|escape }} {% endfor %} {% endfor %}
{% endif %} {% if messages %} {% for message in messages %} {% if message.tags == "success" %} {% else %}
{{ message }}
{% endif %} {% endfor %} {% endif %}
{% csrf_token %}
{% csrf_token %}
{% include "copyright.html" %}
{% endblock %} {% include "footer.html" %}