{% extends "aristotle_mdr/user/userHome.html" %} {% load i18n %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='workgroups' %} {% endblock %} {% block page %}

{% block title %}My Workgroups{% endblock %}

This is a list of active workgroups of which you are a member. To see a list of inactive workgroups, go to Archived Workgroups.

{% include "aristotle_mdr/helpers/paginated_workgroup_list.html" with page=page %}
{% endblock %}