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