{% extends "base.html" %}
{% load static %}
{% load formatstring %}
{% block title %}Manufacturer: {{ manufacturer }}{% endblock %}
{% block header_bar %}
Manufacturer: {{ manufacturer.name }}
{{ manufacturer.description }}
{% endblock %}
{% block header_icons %}
{% if user.is_staff %}
Name | {{ manufacturer.name }} |
---|---|
Description | {{ manufacturer.description }} |
Icon | |
Link | {% if manufacturer.web_link %}{{ manufacturer.web_link }}{% else %}-{% endif %} |
Tags | |
Created at | {{ manufacturer.created_at }} |
Last change | {{ manufacturer.changed_at }} |
Name | Description | Container | Distributor | |
---|---|---|---|---|
{{ item.name }} |
{% if item.documentation.all %}
|
{{ item.description }} | {{ item.container.display_name }} |
{% if item.distributor %}
{% if item.distributor.icon %} |