{% comment %} This is the absolute base template. oahpa.html is not. {% endcomment %} {% block title %}{% endblock %} {% block main_header %}{% endblock %} {# #} {% load i18n %} {{ lang_switch }} {% get_available_languages as LANGUAGES %}
{% comment %} TODO
{% get_current_language as LANGUAGE_CODE %}
{% endcomment %}
{# When this block is used, other content will be loaded; but this is default #} {% block page_content %} {#

Are you visiting this site as part of a course? Log in here

#} {% endblock %}