{% extends 'base.html' %} {% load static %} {% load recaptcha2 %} {% block extra_head_content %} {% recaptcha_init 'ru' %} {% endblock extra_head_content %} {% block content %}
{% csrf_token %}
Регистрация
Данные о компании
{% for field in form %} {% include 'bootstrap/forms/registration.html' %} {% endfor %}
Данные о компании
{% if company_form %} {% for field in company_form %} {% include 'bootstrap/forms/registration.html' %} {% endfor %} {% endif %}
{% endblock content %} {% block extra_post_content %} {% endblock extra_post_content %}