{% extends "templates/web.html" %} {% block title %}{{ heading or "LMS"}}{% endblock %} {% block navbar %}{% endblock %} {% block content %} {% if lms_enabled %}
{% else %}
{{_("Page Missing or Moved")}}

{{_("The page you are looking for is missing. This could be because it is moved or there is a typo in the link.")}}

{{ _("Home") }}

{{ _("Error Code: {0}").format('404') }}

{% endif %} {% endblock %}