{% extends "_root.html" %} {% block body %}

Post Redemption

{% if error %}

{{ error }}

{% if resp %}

Your server responded with a {{ resp.error }} kind of error. {% if resp.error_description %}It stated that: {{ resp.error_description }}{% endif %}

{% endif %} {% else %} {% if profile %}

Your server returned a profile response!.

{% endif %}

Your server returned a token.

{% endif %}

You can try again at the client.

{% endblock body %}