{% extends "schema/detail.html" %} {% block content %}
Type | {{ object.type }} |
Thread diameter | {{ object.thread }} |
Attenuation | {{ object.attenuation }} |
Quantity | {{ object.qty }} |
Manufacturer | {% if object.manufacturer is not None %}{{ object.manufacturer }}{% endif %} |