{% extends 'ddm_core/base.html' %} {% load static %} {% block page_title %}Data Donation Module: Login{% endblock page_title %} {% block header %}{% endblock header %} {% block main_body %}
Data Donation Module

Data Donation Module

{% block introduction %} Please log in with your account. {% endblock introduction %}

{% csrf_token %}
{% for field in form %} {% include "ddm_core/form_components/_basic_field.html" with field=field %} {% endfor %}
{% endblock main_body %} {% block pre_footer %}{% endblock pre_footer %}