{% extends 'univ_oahpa.html' %} {% load i18n %} {% load cache %} {% load goal_filters %} {% get_current_language as LANGUAGE_CODE %} {% load staticfiles %} {% comment %} TODO: internationalization strings {% endcomment %} {% block main_js %}{% endblock %} {% block extrajs %} {% endblock %} {% block imgprefix %}numra{% endblock %} {% block page_class %}fixed{% endblock %} {% block content %} {# Add blocktrans and trans tags #}

{# cache 300 courses user.username #} {% for course in profile.instructorships %}

{{ course.identifier }} – {{ course.name }}

{% endfor %} {# endcache #}

{% trans "Notifications" %}

{% include 'user_notifications_block.html' %}
{% endblock %} {# vim: set ts=4 sw=4 tw=0 syntax=htmldjango : #}