{% extends "marketplace/base.html" %} {% load humanize %} {% block og_title %}{{guide}} - Business Directory{% endblock %} {% block og_type %}Article{% endblock %} {% block og_url %}{{guide.get_absolute_url}}{% endblock %} {% block og_description %}{{guide.description}}{% endblock %} {% block og_image %}{{guide.logo.url}}{% endblock %} {% block meta_title %}{{object.web_hed}} | {% for s in object.sites.all %}{% if forloop.first %}{{s.name}}{% endif %}{% endfor %} | Penobscot Bay Press{% endblock %} {% block meta_keywords %}{% for tag in guide.tags.all %}{{tag}}, {%endfor %}{% endblock %} {% block meta_description %}{{guide.description}}{% endblock %} {% block rel-img %}{{guide.logo.url}}{% endblock %} {% block title %}{{guide}} - Business Directory{% endblock %} {% block loadtags %}{% for business in businesses %}setupMap{{business.id}}(); {% endfor %}{%endblock%} {% block content %}

{% if guide.logo %}{% endif %}
{{guide}}

{{guide.description}}

{% for e in guide.ve_guides.all %} {% if forloop.first %} Return to the Seasonal Guide Visitor's Portal

{% endif %} {% endfor %} Return to the Business Directory
{% for business in guide.businesses.all|dictsort:"name" %} {% if forloop.first %}

A sampling of area menus


{% endif %}

{{business}}

Menu

{% if business.point %}{{business.point.address}},{%endif%} {% if business.phone%}{{business.phone|cut:"207-"}}.{%endif%} {% if business.brief_hours %}{{business.brief_hours}} {%endif%} {% if business.url%}{{business.url|cut:"http://"}}{%endif%}

{% endfor %} {% if forloop.last %}{% endif %}

{% for sub in guide.subcategories.all %}
Restaurant Guide
Return to top

{% regroup sub.business_set.all by point.town.name as town_list %} {% for town in town_list %} {% for business in town.list %} {% if forloop.first %} {% if town.grouper %}

{{town.grouper}}

{% else %}

Service Businesses

{% endif %} {% endif %} {% ifequal business.status 3 %}

{{business}}

{% if business.url %}{{business.url|cut:"http://"|cut:"/"|urlize}}

{% endif %} {% load convert_tags typogrify %} {% if business.menu_set.all%} Menu {% endif %} {% if business.logo %}
{% thumbnail business.logo "200x200" %}
{% endif %} {% if business.brief %}

{{business.brief|typogrify}}

{% endif %}

{% if business.po_box %}P.O. Box {{business.po_box}}
{% endif %} {% if business.point %}{{business.point.address}}{% if business.unit %} - Unit {{business.unit}}{% endif %}
{% else %}{{business.post_office.point.town}} {{business.post_office.point.zipcode}}
{% endif %} {% if business.directions %}{{business.directions}}
{% endif %} {% if business.point %}{{business.point.town}} {{business.point.zipcode}}{% endif %}

{% if business.phone_title %}{{business.phone_title}}: {% endif %}{% if business.phone %}{{business.phone}}{% endif %} {% if business.phone_2 %} {% if business.phone_2_title %}{{business.phone_2_title}}: {% endif %}{{business.phone_2 }}{% endif %} {% if business.phone_3_title %} {{business.phone_3_title}}: {% endif %}{% if business.phone_3 %}{{business.phone_3}}{% endif %} {% if business.mobile_phone %} Mobile: {{business.mobile_phone}}{% endif %} {% if business.fax %}
Fax: {{business.fax}}{% endif %} {% if business.email %}
{{business.email}}{% endif %}

{% if business.brief_hours %}

Hours: {{business.brief_hours|typogrify}}

{% endif %} {% if business.payment_accepted.all %} {% endif %} {% if business.facebook %}
{% endif %} {% if business.twitter %}
Follow me on Twitter
{% endif %}

{% endifequal %} {% ifequal business.status 2 %}

{{business}}

{% if business.url %}{{business.url|cut:"http://"|cut:"/"|urlize}}

{% endif %} {% load convert_tags typogrify %} {% if business.menu_set.all%} Menu {% endif %} {% if business.logo %}
{% thumbnail business.logo "200x200" %}
{% endif %} {% if business.brief %}

{{business.brief|typogrify}}

{% endif %}

{% if business.po_box %}P.O. Box {{business.po_box}}
{% endif %} {% if business.point %}{{business.point.address}}{% if business.unit %} - Unit {{business.unit}}{% endif %}
{% else %}{{business.post_office.point.town}} {{business.post_office.point.zipcode}}
{% endif %} {% if business.directions %}{{business.directions}}
{% endif %} {% if business.point %}{{business.point.town}} {{business.point.zipcode}}{% endif %}

{% if business.phone_title %}{{business.phone_title}}: {% endif %}{% if business.phone %}{{business.phone}}{% endif %} {% if business.phone_2 %} {% if business.phone_2_title %}{{business.phone_2_title}}: {% endif %}{{business.phone_2 }}{% endif %} {% if business.phone_3_title %} {{business.phone_3_title}}: {% endif %}{% if business.phone_3 %}{{business.phone_3}}{% endif %} {% if business.mobile_phone %} Mobile: {{business.mobile_phone}}{% endif %} {% if business.fax %}
Fax: {{business.fax}}{% endif %} {% if business.email %}
{{business.email}}{% endif %}

{% if business.brief_hours %}

Hours: {{business.brief_hours|typogrify}}

{% endif %} {% if business.payment_accepted.all %} {% endif %} {% if business.facebook %}
{% endif %} {% if business.twitter %}
Follow me on Twitter
{% endif %}

{% endifequal %} {% ifequal business.status 1 %}

{{business}}

{% if business.url %}{{business.url|cut:"http://"|cut:"/"|urlize}}

{% endif %} {% load convert_tags typogrify %} {% if business.brief %}

{{business.brief|typogrify}}

{% endif %}

{% if business.po_box %}P.O. Box {{business.po_box}}
{% endif %} {% if business.point %}{{business.point.address}}{% if business.unit %} - Unit {{business.unit}}{% endif %}
{% else %}{{business.post_office.point.town}} {{business.post_office.point.zipcode}}
{% endif %} {% if business.directions %}{{business.directions}}
{% endif %} {% if business.point %}{{business.point.town}} {{business.point.zipcode}}{% endif %}

{% if business.phone_title %}{{business.phone_title}}: {% endif %}{% if business.phone %}{{business.phone}}{% endif %} {% if business.phone_2 %} {% if business.phone_2_title %}{{business.phone_2_title}}: {% endif %}{{business.phone_2 }}{% endif %} {% if business.phone_3_title %} {{business.phone_3_title}}: {% endif %}{% if business.phone_3 %}{{business.phone_3}}{% endif %} {% if business.mobile_phone %} Mobile: {{business.mobile_phone}}{% endif %} {% if business.fax %}
Fax: {{business.fax}}{% endif %} {% if business.email %}
{{business.email}}{% endif %}

{% if business.brief_hours %}

Hours: {{business.brief_hours|typogrify}}

{% endif %}

{% endifequal %} {% endfor %}
{% endfor %} {% endfor %}
{% endblock %}