{% extends 'base.html.twig' %} {% block body %}
Actions | Id | Brand | Model | Is Auto Flash? | Is TTL? | TTL Type | Is P-TTL? | P-TTL type | Guide Number | Purchase Price | Batteries | Notes | Serial |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ flash.id }} | {{ flash.brand }} | {{ flash.model }} | {% if flash.isAutoFlash %}Yes{% else %}No{% endif %} | {% if flash.isTtl %}Yes{% else %}No{% endif %} | {{ flash.ttlType }} | {% if flash.isPTtl %}Yes{% else %}No{% endif %} | {{ flash.pTtlType }} | {{ flash.guideNumber }} | {{ flash.purchasePrice }} | {{ flash.batteries }} | {{ flash.notes }} | {{ flash.serial }} |