Business Directory
{% for guide in guides %} {% endfor %}{{cat}}
{% for subcat in cat.subcategory_set.all %} {% if subcat.business_set.all %}
{% endif %} {% endfor %} {% endfor %}{% extends "marketplace/base.html" %} {% block title %}Local Business Directory | Penobcot Bay Press {% endblock %} {% block content %}
{{cat}}
{% for subcat in cat.subcategory_set.all %} {% if subcat.business_set.all %}
{% endif %} {% endfor %} {% endfor %}