{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% load ratings %} {% block content %} {% if object.image %}
Model | {{ object.model }} |
Manufacturer | {% include "manufacturer.html" with manufacturer=object.manufacturer %} |
Disambiguation | {{ object.disambiguation }} |
Guide number | {{ object.guide_number }} |
Guide number info | {{ object.gn_info }} |
Trigger voltage | {{ object.trigger_voltage }}V |
PC sync | {{ object.pc_sync|boolicontag }} |
Hot shoe | {{ object.hot_shoe|boolicontag }} |
Light stand | {{ object.light_stand|boolicontag }} |
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 }} |
Battery powered | {{ object.battery_powered|boolicontag }} |
Battery type | {{ object.battery_type }} |
Battery quantity | {{ object.battery_qty }} |
Owned | {{ object.own }} |
Acquired | {{ object.acquired }} {{ object.acquired|timesince }} ago |
Cost | {{ object.cost }} |
Rating | {% ratings object %} |
Tags | {% for tag in object.tags.all %} {{ tag.slug }} {% endfor %} |
Similar flash models |
|
Sharing | {% include "sharing.html" %} |