{% if not hours %}
  • Add weekday hours to display the strip.
  • {% endif %} {% for row in hours %}
  • {{ row.day }} {% if row.open or row.close %}{{ row.open }} – {{ row.close }}{% else %}Closed{% endif %}
  • {% endfor %}