{% extends "base.html" %} {% load i18n themes branding %} {% block title %} - {% trans "Page Not Found" %}{% endblock %} {% block body_id %}splash{% endblock %} {% block content %}
{% trans "Page Not Found" %}
{% endblock %}