{% extends "base.html" %}
{% load static %}
{% load formatstring %}
{% block title %}{{ item }}{% endblock %}
{% block header_bar %}
{{ item.name }}
{{ item.description }}{% if item.form_factor %}, {{ item.form_factor }}{% endif %}
{% endblock %}
{% block header_icons %}
{% if user.is_staff %}
Name | {{ item.name }} |
---|---|
Description | {{ item.description }} |
Amount | Low watermark: {{ item.low_count }} |
Tags | |
Form factor |
{% if item.form_factor.datasheet %}
{% if item.form_factor.icon %} |
Manufacturer |
{% if item.manufacturer.icon %} |
Distributor |
{% if item.distributor.icon %} |
Price | {{ item.price }} Euro |
Last ordered | {{ item.last_ordered_on }} |
Link | {% formatstring item.distributor.search_link item.distributor_item_no %} |
Created at | {{ item.created_at }} |
Last change | {{ item.changed_at }} |
Datasheets |
|