{% extends 'layout.html.twig' %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %} {{ parent() }}
{#
#} {#
{% set total = 0 %} {% set correct = 0 %} {% set trivialnc = 0 %} {% set trivialok = 0 %} {% set trivialko = 0 %} {% set tindernc = 0 %} {% set tinderok = 0 %} {% set tinderko = 0 %} {% for document in documentsCategory %}
{{document.name}}
{% endfor %}
#} {% for document in documentsCategory %}
{{document.name|trans}}
{{document.description}}
{% if loop.last == FALSE %}
{% endif %} {% endfor %}
{# #} {{ include('Document/Tutorial/tutoDocument.html.twig') }} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}