{{ 'result' | trans }}

{% if listQuestions is not empty %} {{ 'import' | trans }} {% if pagerSearch.getNbResults > pagerSearch.maxPerPage and displayAll == 0 %} {% elseif displayAll == 1 %} {% endif %}
{% for interaction in listQuestions %} {% endfor %}
{{ 'category' | trans }} {{ 'title' | trans }} {{ 'type' | trans }} {{ 'question' | trans }} {{ 'import' | trans }}
{{ interaction.question.category.value }} {{ interaction.question.title }} {{ interaction.type|trans }} {{ interaction.invite|raw }}
{% if pagerSearch.haveToPaginate %} {% endif %}
{% else %}
{{ 'noQuestionFound'|trans }} ...
{% endif %}