{% extends "marketplace/base.html" %} {% block title %}Local Business Directory | Penobcot Bay Press {% endblock %} {% block content %}

Business Directory

{% for guide in guides %}
{{guide.tag_line}}
{% if guide.logo_thumbnail %}
{% endif %} {{guide.brief_description}}
{% endfor %}
{% for cat in categories %}

{{cat}}

{% for subcat in cat.subcategory_set.all %} {% if subcat.business_set.all %}

{{ subcat }}
{% endif %} {% endfor %}

{% endfor %}
{% endblock %}