publik-base-theme/templates/variants/toodego/combo/json/caluire-enfant-prochaines-i...

10 lines
222 B
HTML

{% now "n" as current_month %}{% if current_month in "678" %}
<h2>Prochaines inscriptions</h2>
<div>
{% for activity in json.data.ACTIVITE %}
<p><b> {{ activity.LIBELLEACTIVITE }} </b></p>
{% endfor %}
</div>
{% endif %}