{# -*- engine:django -*- #} {% extends "core/base.html" %} {% load i18n %} {% block browser_title %}{% blocktrans %}Assign subjects to groups{% endblocktrans %}{% endblock %} {% block page_title %} {% blocktrans %}Assign subjects to groups{% endblocktrans %} {% endblock %} {% block content %}
info {% blocktrans %} You can use this form to assign subjects to groups. Please enter the exact names of the subjects as they are saved in UNTIS (case-insensitive). These values are only used to match course groups while importing from MySQL. {% endblocktrans %}
warning {% blocktrans %} If there are more than 100 groups, this table will have multiple pages. That means that you must save your changes on every page. Please don't change the page before you saved your changes! {% endblocktrans %}