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