stram-images
{% for all in allserviceproject %}
stram projet
{{all.titre}}
{% if all.description|striptags|length > 200 %}

{{all.description|striptags|slice(0, 200) ~ '...' }}

{% else %}

{{all.description|raw}}

{% endif %}
{% endfor %} {% for all in allserviceproject1 %}
stram projet
{{all.titre}}
{% if all.description|striptags|length > 200 %}

{{all.description|striptags|slice(0, 200) ~ '...' }}

{% else %}

{{all.description|raw}}

{% endif %}
{% endfor %} {% for all in allserviceproject2 %}
stram projet
{{all.titre}}
{% if all.description|striptags|length > 200 %}

{{all.description|striptags|slice(0, 200) ~ '...' }}

{% else %}

{{all.description|raw}}

{% endif %}
{% endfor %} {% for all in allserviceproject3 %}
stram projet
{{all.titre}}
{% if all.description|striptags|length > 200 %}

{{all.description|striptags|slice(0, 200) ~ '...' }}

{% else %}

{{all.description|raw}}

{% endif %}
{% endfor %} {% for all in allserviceproject4 %}
stram projet
{{all.titre}}
{% if all.description|striptags|length > 200 %}

{{all.description|striptags|slice(0, 200) ~ '...' }}

{% else %}

{{all.description|raw}}

{% endif %}
{% endfor %}