{% extends "jmb.core:admin/change_list.html" %} {% load i18n %} {% block extrastyle %} {{ block.super }} {% if update %} {% endif %} {% endblock %} {% block extrahead %} {{ block.super }} {% if update %} {% endif %} {% endblock %} {% block object-tools %} {% endblock %} {% block content_title %} {{ block.super }} {% if update %}

{% if corporate %}

Corp : {{ corporate }}
{% endif %} {% if brand %}
Brand : {{ brand }}
{% endif %} {% if model %}
Model : {{ model }}
{% endif %}

{% endif %} {% endblock %}