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

{% trans "Your personal goals" %}

{% trans "Track your own progress outside of courses with personal goals." %}

{% if user_defined_goals|length > 0 %} {% with user_defined_goals as goal_set %} {% include 'goal_table_list.html' %} {% endwith %} {% endif %} {% trans "Create a task" %}
{% endblock %} {# vim: set ts=4 sw=4 tw=0 syntax=htmldjango : #}