{% extends "ldt/ldt_utils/workspace.html" %} {% load i18n %} {% block js_declaration %} {{block.super}} {% endblock %} {% block content %}
{% trans "My groups" %}
{% trans 'Create content' %}
{% trans "Click on the line to see the group's projects" %}
{% for group in groups %} {% if group.can_change %} {% else %} {% endif %} {% endfor %}
c {{ group.name }}l {{ group.name }}
{% trans "The group's projects" %}
{% include "ldt/ldt_utils/partial/projectslist.html" %}
{% endblock %}