{% extends "ldt/ldt_utils/workspace.html" %} {% load i18n %} {% block js_declaration %} {{block.super}} {% endblock %} {% block content %}
{% if groups and groups.all|length > 0 %}
{% trans "My groups" %}
{% trans "Click on the line to see the group's projects" %}
{% for group in groups.all %} {% endfor %}
{{ group.name }}
{% trans "The group's projects" %}
{% include "ldt/ldt_utils/partial/projectslist.html" %}
{% else %}

{% trans "You do not belong to any group." %}

{% endif %}
{% endblock %}