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