{% load custom_tags_and_filters %} {% load tz %}

NEW TRAINING REQUEST

Hello,

You are receiving this email because you are a registered trainer for the {{ training_request.tool.name }}.

{{ training_request.user }} is requesting training on the {{ training_request.tool.name }}{% if training_request.technique %} ({{ training_request.technique.name }}){% endif %}{% if training_request.message %}:{% else %}.{% endif %}

{% if training_request.message %}

{{ training_request.message|linebreaksbr }}

{% endif %} {% if training_request.trainingrequesttime_set.exists %}

They submitted their availability as the following:

    {% for available_time in training_request.trainingrequesttime_set.all %}
  • {{ available_time.start_time }} to {{ available_time.end_time }}
  • {% endfor %}
{% endif %}
Visit the Training sessions page to schedule or invite them to a training session.