{% extends 'training_template.html' %} {% load pl_matrix %} {% block training_content %}
{% if tg %} {% for trainee in tg.trainees.all %} {% empty %}
There are no trainees in group {{ tg.name }}. Would you like to add some?
{% endfor %}
{# {{ trainee.training_for.code }} #} {{ trainee.get_full_name }} {% pl_matrix trainee %}
{% endif %}
{% endblock %}