{% extends "detail.html" %} {% load static %} {% load boolicontag %} {% load ratings %} {% block content %} {% if object.image %}
{{ object }}
{{ object }}{% if object.image_attribution %} by {% if object.image_attribution_link %}{{ object.image_attribution }}{% else %}{{ object.image_attribution }}{% endif %}{% endif %}
{% endif %} {% if object.disambiguation %} {% endif %} {% if object.guide_number is not None %} {% endif %} {% if object.gn_info is not None %} {% endif %} {% if object.trigger_voltage is not None %} {% endif %} {% if object.pc_sync is not None %} {% endif %} {% if object.hot_shoe is not None %} {% endif %} {% if object.light_stand is not None %} {% endif %} {% if object.manual_control is not None %} {% endif %} {% if object.swivel_head is not None %} {% endif %} {% if object.tilt_head is not None %} {% endif %} {% if object.zoom is not None %} {% endif %} {% if object.ttl is not None %} {% endif %} {% if object.battery_powered is not None %} {% endif %} {% if object.battery_type is not None %} {% endif %} {% if object.battery_qty is not None %} {% endif %} {% if object.own is not None %} {% endif %} {% if object.acquired is not None %} {% endif %} {% if object.cost is not None %} {% endif %} {% if object.tags.all %} {% endif %} {% if related %} {% endif %}
Summary Summary
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
Features Features
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 }}
Power Power
Battery powered {{ object.battery_powered|boolicontag }}
Battery type {{ object.battery_type }}
Battery quantity {{ object.battery_qty }}
Ownership Ownership
Owned {{ object.own }}
Acquired {{ object.acquired }} {{ object.acquired|timesince }} ago
Cost {{ object.cost }}
Meta Meta
Rating {% ratings object %}
Tags {% for tag in object.tags.all %} {{ tag.slug }} {% endfor %}
Similar flash models
Sharing {% include "sharing.html" %}
{% endblock %}