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

{{ owner.name }}

{% if (not placeNoAds) and placeGoogleAds %}
{% include 'findowner_ownnobrand_top.html' %}
{% elseif not placeNoAds %} {% endif %}
{% if (not placeNoAds) and placeGoogleAds %}
{% include 'findowner_ownnobrand_top.html' %}
{% elseif not placeNoAds %}   {% endif %}
 
{% if not placeGoogleAds %}
{% endif %} {% if preamble != '' %} {% endif %} {# Has to be marked live (or we don't know) AND there is an owner status, and it's neither 1 (no current owner) nor 3 (owner unavailable) #} {% if (owner.foStatus is not null and owner.foStatus != 1 and owner.foStatus != 3) %} {% if owner.convEmail != '' %} {% endif %} {% elseif foStatus == 3 %}{# Owner Unavailable #} {% else %}{# No Current Owner #} "; echo " {% endif %}
 {{ preamble }}
Owner:{{ owner.name|upper }}
{{ addressHead }}{{ owner.address }}
Owner Web Site{{ owner.websiteUrl }}
Owner Email:{{ owner.convEmail }}
Owner Phone{{ owner.phone }}
Owner Toll Free{{ owner.phone2 }}
Owner Fax{{ owner.fax }}
Owner:Owner Unavailable
{{ addressHead }} 
Owner:No Current Owner
{{ addressHead }} 
{% if owner.id == 2031689 %}

 

Some or all of these brands may no longer be “fully owned” by Kellwood. Please contact Kellwood at kellwood.com for details

{% endif %}

 

{% if ( not placeNoAds and placeGoogleAds) %}
{% include adsSiteName ~ '_owner_middle.html' %}
{% endif %}

Brands Owned by {{ owner.name }}

{% if brands|length > 0 %} {% for brand in brands %} {# Brand Name row #} {# Goods and Services Row #} {# Categories row #}
Brand:

{{ brand.markText}}

Description:

{{ brand.quickDesc }}

Category: {% for cat in brand.cats %} {{ cat.name }}
{% endfor %}
{% endfor %} {% else %}
No active brands

 

{% endif %} {% endblock %}