{% extends 'core/layout.html' %} {% load i18n %} {% block title %}{% translate "request token"|title %}{% endblock title %} {% block breadcrumb %} {% include 'common/include/breadcrumb.html' with breadcrumbs='token' no_separation=True %} {% endblock breadcrumb %} {% block body_content %}

{% translate "your token"|capfirst %}


{% include 'registration/include/user_context_menu.html' %}
{% translate "your token"|title %}
{% translate "you can always look it up by comming back here"|capfirst %}

{{ object.key }}

{% endblock body_content %}