{% extends 'base.html.twig' %} {% block title %}Test - index{% endblock %} {#{% block jaa %}#} {# #} {#{% endblock %}#} {% block body %} {% if app.user %}
You are logged in as {{ app.user.userIdentifier }}, Logout
{% endif %}

Testing Page

{#

Active Tabs per User

#} {# #} {#

All Subscriptions

#} {# #} {# {{ mercure('http://portail.solutions-easy.moi/connect?userId=' ~ app.user.userIdentifier) }}#} {% endblock %}