{% if app.request.attributes.get('_route') == 'admin' %} Return to site {% else %} Return to admin {% endif %}

{{ title }}

{% if app.request.attributes.get('_route') != 'admin' %} {{ button_text|default('Back to list') }} {% endif %}