{% extends 'base.html' %} {% load static %} {% block title %}{{ form.title }}{% endblock %} {% 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 %}