{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% 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 }} |
| Tags | {% for tag in object.tags.all %} {{ tag }} {% endfor %} |
| Similar flash models |
|
| Edit history | {% include "history.html" %} |
| Sharing | {% include "sharing.html" %} |