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