{% extends "layouts/base.html" %} {% load static %} {% block title %}{{ brand.name }} - Brand Details{% endblock %} {% block extra_css %} {% endblock extra_css %} {% block content %}
{{ brand.agency.name }}
{% endif %}Created {{ brand.created_at|date:"M d, Y" }}
{% endif %} {% if brand.updated_at %}Updated {{ brand.updated_at|date:"M d, Y" }}
{% endif %}{{ brand.description }}
{{ brand.get_category_display }}
{% 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 will be populated as campaigns and adspots are created
{{ brand.created_at|date:"M d, Y H:i" }}
{{ brand.updated_at|date:"M d, Y H:i" }}
{{ brand.created_by.email }}
{{ brand.updated_by.email }}