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

{% block title %}My Workgroup Archives{% endblock %}

Below is a list of archived workgroups of which you are a member. New items cannot be created in these workgroups, and new posts or comments can be created within the discussion area for workgroup.

To see a list of only active workgroups, go to My Workgroups.

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