{% extends '::base.html.twig' %} {% block usercss %} {{ parent() }} {% endblock %} {% block body -%}
Result
{#
#}
{{ include("AppBundle:Result:TableContent/show_result.html.twig") }}
{% endblock %} {% block userscripts %} {% endblock %}