{% extends 'theme_one.html' %} {% block head_title %}{% firstof view.page_header 'success' %}{% endblock %} {% load static %} {% block body_content %}

{{ message }}

{% if back_url %}
Back
{% endif %}
{% endblock %}