{% extends 'base.html.twig' %} {% block title %} Générer une clé API {% endblock %} {% block body %}

 /  Tableau de bord

 /  API configuration  / 

Générer une clé API

{# common flash messages bloc #} {{ include('common/flash_messages_bloc.html.twig') }}

Générer une clé API

{{ form_start(apiKeyForm) }}
{{ form_errors(apiKeyForm) }}
{{ form_end(apiKeyForm) }}
{% endblock %}