{% extends "base.html" %} {% block title %} {{ business }} -{% endblock %} {% block loadtags %}setupMap();" onunload="GUnload();"{% endblock %} {% block javascript %} {% endblock %} {% block content %}
Monday | {% if h.mon_open %}{{h.mon_open|time:"f a"}} — | {% if h.mon_close %}{{h.mon_close|time:"f a"}} | {% endif%} {% else %}{% if h.mon_by_appt %}By Appointment | {% else %}Closed | {% endif %} {% endif %}||
---|---|---|---|---|---|---|
Tuesday | {% if h.tue_open %}{{h.tue_open|time:"f a"}} — | {% if h.tue_close %}{{h.tue_close|time:"f a"}} | {% endif%} {% else %}{% if h.tue_by_appt %}By Appointment | {% else %}Closed | {% endif %} {% endif %}||
Wednesday | {% if h.wed_open %}{{h.wed_open|time:"f a"}} — | {% if h.wed_close %}{{h.wed_close|time:"f a"}} | {% endif%} {% else %}{% if h.wed_by_appt %}By Appointment | {% else %}Closed | {% endif %} {% endif %}||
Thursday | {% if h.thu_open %}{{h.thu_open|time:"f a"}} — | {% if h.thu_close %}{{h.thu_close|time:"f a"}} | {% endif%} {% else %}{% if h.thu_by_appt %}By Appointment | {% else %}Closed | {% endif %} {% endif %}||
Friday | {% if h.fri_open %}{{h.fri_open|time:"f a"}} — | {% if h.fri_close %}{{h.fri_close|time:"f a"}} | {% endif%} {% else %}{% if h.fri_by_appt %}By Appointment | {% else %}Closed | {% endif %} {% endif %}||
Saturday | {% if h.sat_open %}{{h.sat_open|time:"f a"}} — | {% if h.sat_close %}{{h.sat_close|time:"f a"}} | {% endif%} {% else %}{% if h.sat_by_appt %}By Appointment | {% else %}Closed | {% endif %} {% endif %}||
Sunday | {% if h.sun_open %}{{h.sun_open|time:"f a"}} — | {% if h.sun_close %}{{h.sun_close|time:"f a"}} | {% endif%} {% else %}{% if h.sun_by_appt %}By Appointment | {% else %}Closed | {% endif %} {% endif %}||
No hours available
{% endif %}No features available
{% endfor %}{{business.directions}}
{% endif %}