{% extends 'base.html' %} {% block content %} {% if user_exist %}
{% csrf_token %} {% if login_used %}

Login is already used

{% endif %}
Login:
First name:
Last name:
Email:
Permissions
Blog administration:
Portfolio administration:
Testimonials administration
Project administration
User messages administration 
Administrator users
General users
  

{% csrf_token %}
Password:
{% else %}

User does not exist or wrong user id back

{% endif %}
{% endblock %}