{% extends "main_card.html.twig" %} {% block card_title %}Add API token{% endblock %} {% block card_content %} {# Show API secret after submit #} {% if secret is not null %}
Your API token is: {{ secret }}
Please save it. You wont be able to see it again!
{% endif %} {{ form(form) }} {% endblock %}