| Club | Contact | Roles | Phone | {% for group in officials %} {% for official in group.list %}|
|---|---|---|---|---|
| {% ifchanged group.grouper %} {{ group.grouper.title }} {% endifchanged %} | {{ official.person.get_full_name }} | {% for role in official.roles.all %} {{ role.name }}{% if not forloop.last %}, {% endif %} {% endfor %} | {{ official.person.email|urlize }} | {{ official.person.mobile_phone }} |
| No clubs have registered their officials yet. | ||||
| Division | Team | Person | Birthdate | Mobile | Work Phone | Player | Roles | |
|---|---|---|---|---|---|---|---|---|
| {% ifchanged team.division %}{{ team.division.title }}{% endifchanged %} | {{ team.title }} | {{ object.person.get_full_name }} | {{ object.person.date_of_birth|default_if_none:"-" }} | {{ object.person.mobile_telephone }} | {{ object.person.work_telephone }} | {{ object.person.email|urlize }} | {% if object.is_player %} {% if object.number %} #{{ object.number }} {% else %} {% trans "TBA" %} {% endif %} {% endif %} | {% for role in object.roles.all %} {{ role.name }}{% if not forloop.last %}, {% endif %} {% endfor %} |
| {{ team.division.title }} | {{ team.title }} | Club has not yet provided registration details. | ||||||