{% extends 'form.html.twig' %} {% block form %}

Flash


{{ form_start(delete_form) }} {{ form_end(delete_form) }}
Id {{ flash.id }}
Brand {{ flash.brand }}
Model {{ flash.model }}
Is Auto Flash? {% if flash.isAutoFlash %}Yes{% else %}No{% endif %}
Is TTL? {% if flash.isTtl %}Yes{% else %}No{% endif %}
TTL Type {{ flash.ttlType }}
Is P-TTL? {% if flash.isPTtl %}Yes{% else %}No{% endif %}
P-TTL Type {{ flash.pTtlType }}
Guide Number {{ flash.guideNumber }}
Purchase Price {{ flash.purchasePrice }}
Batteries {{ flash.batteries }}
Notes {{ flash.notes }}
Serial {{ flash.serial }}
{% endblock %}