{% load i18n %} {% get_current_language as LANGUAGE_CODE %}

{% trans "My Groups" %}

    {% if groups %} {% for group in groups %}
  • {{ group.name }}
    • asd
  • {% endfor %} {% else %}

    {% trans "You have no groups" %}

    {% trans "Create a new one, and add your students to the new group" %}

    {% endif %}
  • Új csoport felvétele