{% extends 'form.html.twig' %} {% block title %} Camera 📷 CRUD - Flash - Show {% endblock %} {% block 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 }} |