{% extends 'base.html.twig' %} {% block title %}{{ 'Plan execution Gantt'|trans }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block extra_breadcrumb_buttons %} {% endblock %} {% block body %}
{% if plan %}
{% if active_plans is not empty and active_plans|length > 1 %} {% elseif plan %} {{plan.title}} {% endif %}
{% endif %}
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}