{% load custom_tags_and_filters %}
{% csrf_token %}

Tool settings

Tool configuration

{% if errors.tool_control_configuration_setting_template %} {{ errors.tool_control_configuration_setting_template.error }} {% else %} The django template used for rendering current configuration setting. The context variable current_setting is provided. {% endif %}
day(s)
{% if errors.tool_configuration_near_future_days %} {{ errors.tool_configuration_near_future_days.error }} {% else %} The number of days for the "near future" configuration agenda (Weekend days are automatically included if the "near future" falls on the weekend). {% endif %}

Tool problems

pixels

Tool control

Tool grant access email

{% if errors.tool_grant_access_emails %} {{ errors.tool_grant_access_emails.error }} {% else %} A comma-separated list can be used.
This email is sent by the timed service send_email_grant_access when users are qualified on tools which have the grant_badge_reader_access_upon_qualification set. {% endif %}

Tool qualification expiration

If active, this feature will remove tool qualification from a user if the user has not used the tool after a while or never used it since qualified (configured separately).

The user tool qualification expiration email need to be set to enable this feature.


{% if errors.tool_qualification_reminder_days %} {{ errors.tool_qualification_reminder_days.error }} {% else %} The (optional) number of days to send a reminder prior to the user's tool qualification expiration (below). A comma-separated list can be used for multiple reminders. This applies to both expiration cases. {% endif %}
{% if errors.tool_qualification_expiration_days %} {{ errors.tool_qualification_expiration_days.error }} {% else %} The number of days before the user's tool qualification expires since the user last used the tool. {% endif %}
{% if errors.tool_qualification_expiration_never_used_days %} {{ errors.tool_qualification_expiration_never_used_days.error }} {% else %} The number of days before the user's tool qualification expires since the user qualified for the first time. {% endif %}
{% if errors.tool_qualification_cc %} {{ errors.tool_qualification_cc.error }} {% else %} Extra email address to copy when a user's tool qualification reminder/expiration email is sent. A comma-separated list can be used. {% endif %}
{% button type="save" value="Save settings" %}