{% extends "fwdform/base.html" %} {% load i18n staticfiles %} {% block title %}{% trans 'Error' %} - {{ code }}{% endblock title %} {% block body_class %}tpl-error{% endblock %} {% block content %}

fwdform

{% trans 'Oops!' %}

{% if message %} {{ message|safe }} {% else %} {% trans 'Something unexpected has happened. Please try again later.' %} {% endif %}

{% trans 'Back to the previous page' %}

{% endblock content %}