{% extends "course/course-base.html" %} {% load i18n %} {% block content %}

{% trans "Event validity check" %}

{% if invalid_datespecs %} {% blocktrans trimmed %} The following events were found in course content that are not present in the database: {% endblocktrans %}

{% trans "Unrecognized events were found." %}

{% blocktrans trimmed %} Check the "Calendar" functions in the instructor menu to add the missing labels. {% endblocktrans %}

{% else %}
{% trans "No unrecognized events were found." %}
{% endif %} {% endblock %}