{% extends 'partials/base.html.twig' %} {% set tools_slug = uri.basename %} {% if tools_slug == 'tools' %}{% set tools_slug = 'direct-install' %}{% endif %} {% set title = "PLUGIN_ADMIN.TOOLS"|tu ~ ": " ~ ("PLUGIN_ADMIN." ~ tools_slug|underscorize|upper)|tu %} {% block titlebar %}

{{ "PLUGIN_ADMIN.TOOLS"|tu }} - {{ ("PLUGIN_ADMIN." ~ tools_slug|underscorize|upper)|tu }}

{% endblock %} {% block content_top %} {% endblock %} {% block content %} {% if authorize(['admin.tools', 'admin.super']) %} {% include 'partials/tools-' ~ tools_slug ~ '.html.twig' %} {% endif %} {% endblock %}