{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% set messages = { 'no_token' : { status: 'error', title: (token|default('') == 'latest') ? 'There are no profiles' : 'Token not found', message: (token|default('') == 'latest') ? 'No profiles found.' : 'Token "' ~ token|default('') ~ '" not found.' } } %} {% block summary %}

{{ messages[about].status|title }}

{% endblock %} {% block panel %}

{{ messages[about].title }}

{{ messages[about].message }}

{% endblock %}