{% extends "base.html" %}
{% load static %}
{% load formatstring %}
{% block title %}Distributor: {{ distributor }}{% endblock %}
{% block header_bar %}
Distributor: {{ distributor.name }}
{{ distributor.description }}
{% endblock %}
{% block header_icons %}
{% if user.is_staff %}
Name | {{ distributor.name }} |
---|---|
Description | {{ distributor.description }} |
Icon | |
Link | {% if distributor.web_link %}{{ distributor.web_link }}{% else %}-{% endif %} |
Search | |
Phone | {{ distributor.phone }} |
{{ distributor.email }} | |
Tags | |
Created at | {{ distributor.created_at }} |
Last change | {{ distributor.changed_at }} |