{% extends 'members_template.html' %} {% block members_content %}

Please enter the new expiry dates for the forms you wish to add. To not include a form leave that field blank. Dates must be in the format DD/MM/YYYY.

The fill button copies all the values in that row into all rows.

{{ formset.management_form }} {% csrf_token %} {% for form in formset %} {{form.member_id}} {% endfor %}
NameClub ExpiryBSAC ExpiryMedical Form ExpiryFill
{{form.full_name}} {{form.club_expiry}} {{form.bsac_expiry}} {{form.medical_form_expiry}}
{% endblock %}