{% if article.logo.exists %}
{% if article.fields_type.cp_edt_dp_content.values.0.value!=1 %} {% endif %}
{% endif %}

{% if article.fields_type.cp_edt_dp_content.values.0.value!=1 %} {% endif %}

{% if article.fields_type.cp_edt_e_begin.values.0.value %} {% if article.fields_type.cp_edt_e_end.values.0.value %} {{ msg.prt_du }} {{article.fields_type.cp_edt_e_begin.values.0.format_value}} {{ msg.prt_au }} {{article.fields_type.cp_edt_e_end.values.0.format_value}} {% else %} {{ msg.prt_le }} {{article.fields_type.cp_edt_e_begin.values.0.format_value}} {% endif %} {% endif %}
{% if article.fields_type.cp_edt_dp_content.values.0.value!=1 %} {% if article.fields_type.cp_edt_dp_resume.values.0.value==1 %} {% if article.resume %}

{{article.resume | strip_tags | limitstring, 150, "..."}}

{% endif %} {% endif %} {% if article.content %}

{{article.content | strip_tags | limitstring, 350, "..."}}

{% endif %} {% else %} {% if article.resume %}
{{article.resume }}
{% endif %} {% if article.content %}
{{article.content }}
{% endif %} {% endif %}
{% if article.fields_type.cp_edt_dp_content.values.0.value!=1 %} {{msg.prt_lire}} {% endif %}