{% extends 'base.html.twig' %} {% block title %} Camera 📷 CRUD - Flashes {% endblock %} {% block body %}

Flashes

{% for flash in flashes %} {% endfor %}
Actions Brand Model Is Auto Flash? Is TTL? TTL Type Is P-TTL? P-TTL type Guide Number Purchase Price Received Batteries Serial Notes
{{ flash.brand }} {{ flash.model }} {% if flash.isAutoFlash %}✔{% else %}✗{% endif %} {% if flash.isTtl %}✔{% else %}✗{% endif %} {{ flash.ttlType }} {% if flash.isPTtl %}✔{% else %}✗{% endif %} {{ flash.pTtlType }} {{ flash.guideNumber }} ${{ flash.purchasePrice }} {% if flash.received %}✔{% else %}✗{% endif %} {{ flash.batteries }} {{ flash.serial }} {{ flash.notes }}
{% endblock %}