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