{% extends 'main/base.html' %} {% block extra_head %} Demographic Form {% endblock %} {% block content %}
{% if filled %}
You have already filled this form
{% endif %}
{% csrf_token %}

Please fill your demographic details:

previous
Next
{% endblock %}