{% load static %} {% load common content %} Registration Forms - {{ competition.title }} {{ season.title }} ({{ club.title }}) {% chunk "registration-form-disclaimer" %} {% for team, data in teams.items %}
{{ team.division.title }}
{{ team.title }}
{% block logos_outer %}
{% block logos_img %} {{ site.name }} {% endblock %}
{% endblock %} {% for role, people in data.staff.items %} {% for first_name, last_name, date_of_birth, email in people %} {% if forloop.first %} {% endif %} {% endfor %} {% endfor %}
{{ role }}{{ first_name|htmlentities }} {{ last_name|htmlentities }}
{% for number, first_name, last_name, date_of_birth, email in data.players %} {% endfor %}
No. First name Last name Date of birth Email address Signature
{{ number }} {{ first_name|htmlentities }} {{ last_name|htmlentities }} {{ date_of_birth|date:"d/m/Y" }} {{ email }}
{% endfor %}