{% extends 'users/base.html' %} {% from 'message_box.html' import message_box %} {% block user_content %}
{% trans %}Tokens you generated to access the Indico APIs.{% endtrans %}
{% if created_token %} {% call message_box('warning') %} {% trans -%} Make sure to copy your API token now. You won't be able to see it again! {%- endtrans %} {% endcall %} {% endif %}