{% extends "base.html" %}
{% load static %}
{% load formatstring %}
{% block title %}{{ item.name }}{% endblock %}
{% block header_bar %}
{{ item.name }}
{{ item.description}}
{% endblock %}
{% block content %}
Description | {{ item.description }} |
---|---|
Manufacturer |
{% if item.manufacturer.icon %} |
Distributor |
{% if item.distributor.icon %} |
Form factor |
{% if item.form_factor.datasheet %}
{% if item.form_factor.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 |
|