{% extends 'modal_base.html' %} {% load forms %} {% block icon_name %}fa fa-users{% endblock %} {% block modal_body %}
Date of Birth must be dd/mm/yyyy
{% select label="Gender" model="editing.gender" lookuplist="gender_list" %} {% input label="Country of Birth" model="editing.country_of_birth" lookuplist="destination_list" %} {% input label="Ethnicity" model="editing.ethnicity" lookuplist="ethnicity_list" %}
{% endblock %} {% block modal_save %} {% endblock %}