{% extends "detail.html" %} {% load yesnoicon %} {% block content %} {% if object.manufacturer is not None %} {% endif %} {% if object.guide_number is not None %} {% endif %} {% if object.gn_info is not None %} {% endif %} {% if object.battery_powered is not None %} {% endif %} {% if object.pc_sync is not None %} {% endif %} {% if object.hot_shoe is not None %} {% endif %} {% if object.light_stand is not None %} {% endif %} {% if object.battery_type is not None %} {% endif %} {% if object.battery_qty is not None %} {% endif %} {% if object.manual_control is not None %} {% endif %} {% if object.swivel_head is not None %} {% endif %} {% if object.tilt_head is not None %} {% endif %} {% if object.zoom is not None %} {% endif %} {% if object.ttl is not None %} {% endif %} {% if object.flash_protocol is not None %} {% endif %} {% if object.trigger_voltage is not None %} {% endif %} {% if object.own is not None %} {% endif %} {% if object.acquired is not None %} {% endif %} {% if object.cost is not None %} {% endif %}
Model {{ object.model }}
Manufacturer {{ object.manufacturer }}
Guide number {{ object.guide_number }}
Guide number info {{ object.gn_info }}
Battery powered {{ object.battery_powered|yesnoicon }}
PC sync {{ object.pc_sync|yesnoicon }}
Hot shoe {{ object.hot_shoe }}
Light stand {{ object.light_stand|yesnoicon }}
Battery type {{ object.battery_type }}
Battery quantity {{ object.battery_qty }}
Manual power control {{ object.manual_control|yesnoicon}}
Swivel head {{ object.swivel_head|yesnoicon }}
Tilt head {{ object.tilt_head|yesnoicon }}
Zoom {{ object.zoom|yesnoicon}}
TTL metering {{ object.ttl }}
Flash protocol {{ object.flash_protocol }}
Trigger voltage {{ object.trigger_voltage }}
Owned {{ object.own }}
Acquired {{ object.acquired }}
Cost {{ object.cost }}
{% endblock %}