{% extends "base.html" %} {% load formatstring %} {% block title %}{{ item.name }}{% endblock %} {% block content %}

{{ item.name }}

{{ item.description }}

{% if item.documentation.exists %}

Datasheets

{% endif %} {% endblock %}