{% 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 | Received | 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 }} | {% if flash.received %}Yes{% else %}No{% endif %} | {{ flash.batteries }} | {{ flash.notes }} | {{ flash.serial }} |