{% extends "layouts/base.html" %} {% load static %} {% block title %}{{ brand.name }} - Brand Details{% endblock %} {% block extra_css %} {% endblock extra_css %} {% block content %}
{% if brand.logo %} {% else %}
{% endif %}

{{ brand.name }}

{% if brand.agency %}

{{ brand.agency.name }}

{% endif %}
{% if brand.status == 'active' %} Active {% elif brand.status == 'inactive' %} Inactive {% elif brand.status == 'pending' %} Pending {% elif brand.status == 'suspended' %} Suspended {% elif brand.status == 'archived' %} Archived {% endif %} {% if brand.is_featured %} Featured {% endif %} {% if brand.category %} {{ brand.get_category_display }} {% endif %}
{% if brand.created_at %}

Created {{ brand.created_at|date:"M d, Y" }}

{% endif %} {% if brand.updated_at %}

Updated {{ brand.updated_at|date:"M d, Y" }}

{% endif %}
0
Advertisers
0
Campaigns
0
Adspots
0
Impressions
Basic Information
{% if brand.description %}

{{ brand.description }}

{% endif %} {% if brand.agency %} {% endif %} {% if brand.category %}

{{ brand.get_category_display }}

{% endif %}

{% if brand.status == 'active' %} Active {% elif brand.status == 'inactive' %} Inactive {% elif brand.status == 'pending' %} Pending {% elif brand.status == 'suspended' %} Suspended {% elif brand.status == 'archived' %} Archived {% endif %}

{% if brand.is_featured %} Featured {% else %} Not Featured {% endif %}

Statistics & Performance
0
Advertisers
0
Campaigns
0
Adspots
0
Impressions

Statistics will be populated as campaigns and adspots are created

Quick Actions
Brand Logo
{% if brand.logo %} {{ brand.name }}
Logo uploaded successfully
{% else %}

No logo uploaded

Upload Logo
{% endif %}
System Information
{% if brand.created_at %}

{{ brand.created_at|date:"M d, Y H:i" }}

{% endif %} {% if brand.updated_at %}

{{ brand.updated_at|date:"M d, Y H:i" }}

{% endif %} {% if brand.created_by %}

{{ brand.created_by.email }}

{% endif %} {% if brand.updated_by %}

{{ brand.updated_by.email }}

{% endif %}
{% endblock content %} {% block modals %} {% endblock modals %} {% block extra_js %} {% endblock extra_js %}