{% if wrong %}
Some fields were either not filled or filled incorrectly.
{% endif %} {% if not_available %}Sorry, this username is no longer available. Please choose another one!
{% endif %}{% extends "base.html" %} {% block headermsg %}
Some fields were either not filled or filled incorrectly.
{% endif %} {% if not_available %}Sorry, this username is no longer available. Please choose another one!
{% endif %}