{% load i18n %}
{% load cradmin_tags %}
{% if group_count == 0 %}
{% blocktrans trimmed with assignment=assignment.long_name %}
{{ assignment }} created successfully, but no students where added. Only active students on
the semester can be added to the assignment.
{% endblocktrans %}
{% trans 'Add/manage students on ' context 'devilry admin periodadmin' %}{{ assignment.parentnode.long_name }}
{% else %}
{% blocktrans trimmed with assignment=assignment.long_name %}
{{ assignment }} created successfully. All active students on the semester have been added to the assignment.
{% endblocktrans %}
{% trans 'Add/remove or view students' context 'devilry admin periodadmin' %}
{% endif %}