{% extends "fwdform/base.html" %} {% load i18n staticfiles %} {% block title %}{% trans 'Error' %} - {{ code }}{% endblock title %} {% block body_class %}tpl-error{% endblock %} {% block content %}
{% if message %} {{ message|safe }} {% else %} {% trans 'Something unexpected has happened. Please try again later.' %} {% endif %}