{% extends 'base.html' %} {% load static %} {% block style %} {% endblock %} {% block body %}
{{ message }}
{% if is_valid %}
For any update on your previous information, contact contact@cogstack.org.
{% csrf_token %} {% for field in downloader_form.visible_fields %} {% if field.name != 'consent' %}

{{ field }}
{% endif %} {% endfor %} {{ downloader_form.consent }} {{ downloader_form.consent.label }}

{% endif %}
{% endblock %}