{% extends "base.html" %}
{% load i18n %}
{% load static %}
{% load formatstring %}
{% block title %}{% translate 'Distributor' %}: {{ distributor }}{% endblock %}
{% block header_bar %}
{% translate 'Distributor' %}: {{ distributor.name }}
{{ distributor.description }}
{% endblock %}
{% block header_icons %}
{% if user.is_staff %}
{% translate 'Name' %} | {{ distributor.name }} |
---|---|
{% translate 'Description' %} | {{ distributor.description }} |
{% translate 'Icon' %} | |
{% translate 'Web link' %} | {% if distributor.web_link %}{{ distributor.web_link }}{% else %}-{% endif %} |
{% translate 'Search' %} | |
{% translate 'Phone' %} | {{ distributor.phone }} |
{% translate 'E-Mail' %} | {{ distributor.email }} |
{% translate 'Tags' %} | |
{% translate 'Created at' %} | {{ distributor.created_at }} |
{% translate 'Changed at' %} | {{ distributor.changed_at }} |