{% extends "detail.html" %} {% load static %} {% block content %} {% if object.attenuation is not None %} {% endif %} {% if object.colour is not None %} {% endif %}
Summary Summary
Type {{ object.type }}
Shortname {{ object.shortname }}
Attenuation {{ object.attenuation }}
Colour
{% endblock %}