{% extends "base.html" %} {% block title %} {{ business }} -{% endblock %} {% block loadtags %}setupMap();" onunload="GUnload();"{% endblock %} {% block javascript %} {% endblock %} {% block content %}
{% load convert_tags %} {% if business.logo %} {% endif%}
{{business}} {% if business.url %}
{{business.url|cut:"http://www."|cut:"/"}}

{% endif %}
{% if menus %} {% for menu in menus %} {% if menu.sample %} {% endif %} {% endfor %} {% endif %} {{business.brief}}
{% if business.payment_accepted.all %} {% endif %}

Hours:

{% if hours %} {% for h in hours %}
{% if h.title %}{{h.title}}{%else%}Business{%endif%}
{% if h.mon_open %} {% if h.mon_close %}{% endif%} {% else %}{% if h.mon_by_appt %} {% else %} {% endif %} {% endif %} {% if h.tue_open %} {% if h.tue_close %}{% endif%} {% else %}{% if h.tue_by_appt %} {% else %} {% endif %} {% endif %} {% if h.wed_open %} {% if h.wed_close %}{% endif%} {% else %}{% if h.wed_by_appt %} {% else %} {% endif %} {% endif %} {% if h.thu_open %} {% if h.thu_close %}{% endif%} {% else %}{% if h.thu_by_appt %} {% else %} {% endif %} {% endif %} {% if h.fri_open %} {% if h.fri_close %}{% endif%} {% else %}{% if h.fri_by_appt %} {% else %} {% endif %} {% endif %} {% if h.sat_open %} {% if h.sat_close %}{% endif%} {% else %}{% if h.sat_by_appt %} {% else %} {% endif %} {% endif %} {% if h.sun_open %} {% if h.sun_close %}{% endif%} {% else %}{% if h.sun_by_appt %} {% else %} {% endif %} {% endif %} {% if h.additional %}

{{h.additional}}

{% endif %}
Monday{{h.mon_open|time:"f a"}} —{{h.mon_close|time:"f a"}}By AppointmentClosed
Tuesday{{h.tue_open|time:"f a"}} —{{h.tue_close|time:"f a"}}By AppointmentClosed
Wednesday{{h.wed_open|time:"f a"}} —{{h.wed_close|time:"f a"}}By AppointmentClosed
Thursday{{h.thu_open|time:"f a"}} —{{h.thu_close|time:"f a"}}By AppointmentClosed
Friday{{h.fri_open|time:"f a"}} —{{h.fri_close|time:"f a"}}By AppointmentClosed
Saturday{{h.sat_open|time:"f a"}} —{{h.sat_close|time:"f a"}}By AppointmentClosed
Sunday{{h.sun_open|time:"f a"}} —{{h.sun_close|time:"f a"}}By AppointmentClosed
{% endfor %} {% else %}

No hours available

{% endif %}

Features:

Directions:

{% if business.point %}
{% endif %} {% if business.directions %}

{{business.directions}}

{% endif %}
{% if business.point %}

Choose a site to get complete directions:

{% endif %}


{% if business.businessphoto_set.all %} {% for photo in business.businessphoto_set.all %} {% thumbnail photo.photo "250" %}
{{photo.caption}}  
{% endfor %} {% endif %}

{% load markup typogrify %} {{business.description|typogrify|markdown|urlize}}

Return to Business Directory


{% endblock %}