{% load custom_tags_and_filters %}

Training module

{% csrf_token %}

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 %}

{% if errors.training_excluded_tools %}
{{ errors.training_excluded_tools.error }}
{% endif %}
No tools are excluded.
{% button type="save" value="Save settings" %}