{% with periods=store.opening_periods.all %} {% if periods|length %} {% for period in periods %} {% endfor %}
{{ period.printable_weekday }} {{ period.printable_period }}
{% endif %} {% endwith %}