{% extends "aristotle_mdr/user/userHome.html" %} {% load aristotle_tags i18n %} {% block title %}{% trans "My Recent Actions" %}{% endblock %} {% block collapse-link%} {% trans "My Recent Actions" %}{% endblock %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='recent' %} {% endblock %} {% block page %}
You have no recent actions.
{% endif %} {% endblock %}