{% extends "Global/layout.html.twig" %} {% set pagetitle = 'Execute Symfony commands' | trans %} {% block title %}{{pagetitle}}{% endblock %} {% block content %} {% set navigation = [{"dashboard_index":("Dashboard"|trans), "current":(pagetitle)}] %} {% include "Global/navigation.html.twig" with navigation %}
{% include 'Global/message.html.twig' with { type: 'warning',icon: 'fas fa-info', message: "An error might occur if the command execution time reaches your PHP max_execution_time directive"|trans } %}
{{ "Clear the application cache for the production environment"|trans }}
{{ "Clear the application cache for the development environment"|trans }}
{% endblock %}