{% extends "base.html" %} {% block title %}Confirmation{% endblock %} {% block heading %}Confirmation{% endblock %} {% block body %} {% if error == 'inactive' %}

This confirmation has already been processed; you've probably visited this page before.

{% endif %} {% if error == 'expired' %}

The confirmation has expired. If you'd still like to perform the {{conf.get_type_display}} process, you'll need to resubmit the request.

{% endif %} {% endblock %}