{% extends "cranefly/layout.html" %} {% load i18n %} {% load url from future %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_('Error')) }}{% endblock %} {% block content %}
{% if message %}

{{ message }}

{% else %}

{% trans %}The page you are looking for could not be found.{% endtrans %}

{% endif %}
{% endblock %}