{% 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 category and rate information to be applied to all staff members listed. If you do not specify a category, then this compensation rule will be a "catch-all" that is applied to all work that is not otherwise covered by another compensation rule. {% endblocktrans %}
{% addtoblock "js" %} {{ form.media }} {% endaddtoblock %} {% endblock %}