{% for question in questions %} {# {% set tags= research.tags %} {% set tagSlug= research.tagsSlugs %} {% set length=research.abstract|length %} {% set contributers=research.contributers %}#}
{# #}
{{ question.views ~ ' ' }} {# {% if contributers|length >1 %} {{ contributers[0] }} {% for i in range(1,contributers|length -1) %} , {{ contributers[i] }} {% endfor %} {% elseif contributers|length >0 %} {{ contributers[0] }} {% endif %} #} {{ '-' }} {{question.profileVisitor.firstName}} {{ question.createdAt|date('Y') }} {% if research.arabicCategory is not null %} {{ "("~research.arabicCategory~")" }} {% endif %}
{% if length >300 %}
{{ question.explanation[0:250]|raw }} {{ question.explanation[250:]|raw }}
{% else %}
{{ question.explanation|raw }}
{% endif %} {#
{% set break= false %} {% set len= tags|length %} {% if len > 0 %} {% set threshold=5 %} {% for i in range(0,len-1) %} {% if tagSlug!="" %} {% if i <= threshold %} {{ tags[i] }} {%elseif i > threshold %} {% set break=true %} {{ tags[i] }} {% endif %} {% else %} {% set threshold=threshold+1 %} {% endif %} {% endfor %} {% if break %}  {{ 'المزيد..' }} {% endif %} {% endif %}
#}
{% endfor %}