{% extends "qommon/forms/widget.html" %} {% block widget-content %} {% with webservice.aes_get_plaines.themes as themes %}
{% for theme in themes %} {% if theme.label != False %}
{{ theme.label }}
{% endif %} {% endfor %}
{% endwith %}
Lundi
Mardi
Mercredi
Jeudi
Vendredi
Samedi
Dimanche
{% endblock %}