{% extends 'layout/content.html.twig' %} {% block title %}{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('task-details') }} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('task-details') }} {% endblock %} {% block breadcrumb %} {{ render(controller('App\\Controller\\SharedController::getBreadcrumb', {type: task.type, id: task.id })) }} {% endblock %} {% block sidebar %} {% include 'partials/_sidebar_menu.html.twig' %} {% endblock %} {% block content %}
{{ task.acronym }}
{% include 'tasks/browse/task-detail-content.html.twig'%}
{% include 'tasks/browse/_modal_detail.html.twig' with {task: task} %} {% include 'reported_problem/_modal_add_problem.html.twig' with { projectId: project.id } %} {% endblock %}