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