{% extends "cms/admin_home.html" %} {% load crispy_forms_tags sekizai_tags i18n danceschool_tags %} {% block content %}
{% blocktrans %}You have selected the following staff members for whom to update compensation information. Current compensation rules for these individuals are also listed for reference.{% endblocktrans %}
{% blocktrans %} Please select the categories for which you wish to reset compensation information. Custom compensation rules may either be deleted entirely, or the category defaults may be copied to the selected staff members, if category defaults exist. To enable/disable generation of staff expense items using category defaults only, check/uncheck the "Use staff category default wages to generate expenses" box in Financial global settings. {% endblocktrans %}
{% blocktrans %} Note: Deleting existing compensation rules will result in the deletion of any expenses generated under those rules, and is not recommended unless you know what you are doing. {% endblocktrans %}
{% addtoblock "js" %} {{ form.media }} {% endaddtoblock %} {% endblock %}