{% extends 'training_template.html' %} {% block training_content %}
{% if trainees %} {% include 'xsd_members/components/member_list_table.html' with members=trainees member_url='xsd_training:TraineeNotes' training=True %} {% else %} {% if q %}
No results found for {{ q }}
{% else %}

Search here for trainee profiles. Please use either first or last names, not both.

{% endif %} {% endif %}
{% endblock %}