{% extends "error.html" %} {% load i18n %} {% load rich_text %} {% load static %} {% block title %}{% trans "Source code" %}{% endblock %} {% block content %}

{% trans "Source code" %}

{% trans "This site is powered by free software. If you want to read the license terms or obtain the source code, follow these links or instructions:" %}

{{ notice|rich_text }}
{% endblock %}