{% load custom_tags_and_filters %}

Training module

{% csrf_token %}
{% for val, name in training_types %}
{% endfor %}
Qualifications will still happen in real time


days
When creating a training, show the tool and my schedule for this number of upcoming days. Set to 0 to disable
{% if errors.training_excluded_tools %}
{{ errors.training_excluded_tools.error }}
{% endif %}
No tools are excluded.
{% if errors.training_included_hidden_tools %}
{{ errors.training_included_hidden_tools.error }}
{% endif %}
No hidden tools are included.
{% if errors.training_extra_email_addresses %} {{ errors.training_extra_email_addresses.error }} {% else %} Anonymized training invitations are sent to the following email address(es) when creating, modifying or deleting a training event. A comma-separated list can be used. {% endif %}

Defaults

minutes
{% if errors.training_event_default_duration %}
{{ errors.training_event_default_duration.error }}
{% endif %}
attendees
{% if errors.training_event_default_capacity %}
{{ errors.training_event_default_capacity.error }}
{% endif %}
hours
Time before session start to cancel trainings with no users
{% if errors.training_event_default_auto_cancel %}
{{ errors.training_event_default_auto_cancel.error }}
{% endif %}

{% button type="save" value="Save settings" %}