{% extends 'base.html.twig' %} {% block title %}Patrimoine Roses | Accueil{% endblock %} {% block body %} {{ 'association'|trans }} {{ 'homepage_association_title'|trans | nl2br }} {{ 'homepage_association'|trans }} {{ 'read_more'|trans }} {% if stds|length > 0 %} {% if stds|length > 1 %} {% for std in stds %} {% endfor %} {% endif %} {% for std in stds %} {% if std.photo %} {% else %} {% endif %} Save the date{% if std.date and std.hideDate == false %} - {{ std.date|date('d/m/Y') }}{% endif %} {{ std.title|length > 50 ? std.title|slice(0, 50) ~ ' ...' : std.title }} {{ std.description|length > 185 ? std.description|slice(0, 185) ~ ' ...' : std.description }} {% if std.registerBtn %} {{ 'i_register'|trans }} {% else %} {{ 'read_the_article'|trans }} {% endif %} {% endfor %} {% endif %} {% if news|length > 0 %} {{ 'news'|trans }} & Save the date {{ 'news'|trans }} {{ 'homepage_news'|trans }} {% for n in news %} Patrimoine Roses {{ n.createdAt|date('d/m/Y') }} {% if n.photo %} {% else %} {% endif %} {{ n.categoryArchives.name }} {{ n.title|length > 60 ? n.title|slice(0, 60) ~ ' ...' : n.title }} {{ 'read_more'|trans }} {% endfor %} {% endif %} {{ 'contact_and_membership'|trans }} {{ 'join_the_association'|trans }} {{ 'join_the_association_text'|trans | nl2br }} {{ 'join'|trans }} {% endblock %}
{{ 'homepage_association'|trans }}
{{ std.description|length > 185 ? std.description|slice(0, 185) ~ ' ...' : std.description }}
{{ 'homepage_news'|trans }}
{{ 'join_the_association_text'|trans | nl2br }}