{% extends "main.html" %} {% block content %}

{{ catTitle }}

{% if placeGoogleAds %} {% include 'findowner_categories_top.html' %} {% else %} {% endif %}
{% if placeGoogleAds %} {% include 'findowner_categories_top.html' %} {% endif %}
{% if not placeGoogleAds %}
{% endif %} {# Page Navigation #} {% if links|length > 0 %} {% endif %} {# Main Data Table #} {% if dataRows|length > 1 %} {% if sort == 'o' %} {% else %} {% endif %} {% else %} {% endif %} {% for row in dataRows %} {% endfor %}
Brand (click to sort) {{ ownerHead }}{{ brandHead }} Owner (click to sort){{ brandHead }} {{ ownerHead }} Address Description
{{ row.markText|e }} {% if row.name != '' and row.live == 1 %} {{ row.name }} {% elseif row.name != '' and row.live == 0 %} {{ row.name }} {% else %}   {% endif %} {{ row.add_string|e|nl2br }} {{ row.description|e }}
 

{{ footnote|raw }}

   
{# Repeat Page Navigation #} {% if links|length > 0 %} {% endif %} {% if abstracts|length > 0 %}
Technical Examples
    {% for abstract in abstracts %}
  1. {{ abstract }}
  2. {% endfor %}
{% endif %}

 

{% if placemark %}
--
{% endif %} {% if cat|lower == 'ecommerce' or cat|lower == 'e-commerce' %} {% endif %} {% if placeGoogleAds %} {% include 'findowner_categories_bottom.html' %} {% endif %} {% endblock %}