{% apply inky_to_html | inline_css(source('styles/email.css')) %} {# --- header --- #} {# {{ community.name }} #} Edu-coaching {# Leave Blank #}
{{ contact.firstName|first|upper ~ contact.name|first|upper }}

{{ contact.firstName }}
{{ contact.name }}

{# ---- end header --- #} {% block content %}
Bonjour,

{{ content.contact_email_text.value|raw }}

  • Age de votre enfant : {{ contact.age }}
  • Téléphone : {{ contact.telephone }}
  • Commune :{{ contact.commune }}
  • Niveau d'études : {{ contact.studyLevel }}
  • Difficultés d'apprentissage : {{ contact.learningDifficulty | join(', ') }}
{% endblock %} {# --- Signature --- #} {{ content.contact_email_signature.value|raw }} {# --- end Signature --- #} {# --- footer --- #}
{{ "now"|date("Y") }} - Edu-coaching
{# --- end Footer --- #}
{% endapply %}