{% extends "layouts/base.html" %} {% load static %} {% block title %} {% if brand.pk %} Edit Brand - {{ brand.name }} {% else %} Add Brand {% endif %} {% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %} {% if errors %}
{% for error in errors %} {% endfor %}
{% endif %}
{% csrf_token %}

Brand Information

{% if brand.logo %} Brand Logo {% else %}
Click to upload
{% endif %}
Upload brand logo (PNG, JPG, SVG, WebP recommended)
Official name of the brand
Select the agency that manages this brand
Industry category for this brand
Detailed description of the brand and its offerings

Status & Settings

Current status of the brand
Check this to feature this brand prominently

Brand Preview

{% if brand.logo %} {% else %}
{% endif %}
Brand Name

Managing Agency

Category Status

Brand description will appear here...

{% if brand.pk %} {% endif %}
{% endblock content %} {% block modals %} {% if brand.pk %} {% endif %} {% endblock modals %} {% block extra_js %} {% endblock extra_js %}