{% extends "registration/base.html" %} {% load vst_html_tags %} {% block bodyclass %}register-page{% endblock %} {% block login_body_content %} {% if uid %} {% endif %}
{% if form.errors.uid %} {% translate_errors form.uid.errors %} {% endif %}
{% csrf_token %} {% block base_registration_fields %} {% bootstrap_form form %} {% endblock %} {% block additional_registration_fields %} {% endblock %}
{% endblock %} {% block after_content %} {% block registration_confirmation_script %} {% endblock %} {% endblock %}