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