{%load bootstrap4%} Registration {% bootstrap_css %} {% bootstrap_javascript jquery='full' %}
{% csrf_token %} {% bootstrap_form form %}
{% if messages %} {% for i in messages %} {{ i }} {% endfor %} {% endif %}