Logique
Blocs conditionnels
{% if document.invoice? %}
Invoice number: {{ document.number }}
{% elsif document.estimate? %}
Estimate number: {{ document.number }}
{% endif %}{% if document.top_text %}
{{ document.top_text }}
{% endif %}Boucles
Mis à jour