{% extends "fitcheck/base.html" %} {% load i18n %} {% block fitcheck_content %}
{% translate "Notification Settings" %} {% translate "Back" %}

{% translate "Turn individual Alliance Auth notifications on or off. Turning a type off skips only the notification for it - the underlying grading/approval still happens as normal. A pilot can also mute every Fit Check notification for their own account from the Pilot Fittings page." %}

{% csrf_token %}
{{ form.notify_reviewers_new_submission }}
{{ form.notify_reviewers_new_submission.help_text }}
{{ form.reviewer_digest }}
{{ form.reviewer_digest.help_text }}
{{ form.notify_member_decision }}
{{ form.notify_member_decision.help_text }}
{{ form.notify_pilots_stale }}
{{ form.notify_pilots_stale.help_text }}
{% endblock %}