
Store Hours
{{ loop.index0|day_name }} | Closed |
{{ loop.index0|day_name }} | {% for group in d %} {% if group %} {% if (not loop.first) and d[0] %}, {% endif %} {{ group[0]|naive_timefmt_string('short') }} - {{ group[1]|naive_timefmt_string('short') }} {% endif %} {% endfor %} |