{% extends "base.html" %} {% load static %} {% block title %}Distributors{% endblock %} {% block header_bar %} Inventory management - Distributors {% endblock %} {% block content %} {% for distributor in object_list %} {% endfor %}
Logo Distributor
{% if distributor.icon %} {% endif %} {{ distributor.name }} {% if user.is_staff %} {% endif %}
{% if user.is_staff %}

Create new distributor...

{% endif %} {% endblock %}