{% extends 'base.html.twig' %} {% block title %} Camera 📷 CRUD - Previously Owned Flashes {% endblock %} {% block body %}
Actions | Brand | Model | Is Auto Flash? | Is TTL | TTL Type | Is P-TTL | P-TTL Type | Guide Number | Purchase Price | Batteries | Serial | Notes |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ previouslyOwnedFlash.brand }} | {{ previouslyOwnedFlash.model }} | {% if previouslyOwnedFlash.isAutoFlash %}✔{% else %}✗{% endif %} | {% if previouslyOwnedFlash.isTtl %}✔{% else %}✗{% endif %} | {{ previouslyOwnedFlash.ttlType }} | {% if previouslyOwnedFlash.isPTtl %}✔{% else %}✗{% endif %} | {{ previouslyOwnedFlash.pTtlType }} | {{ previouslyOwnedFlash.guideNumber }} | ${{ previouslyOwnedFlash.purchasePrice }} | {{ previouslyOwnedFlash.batteries }} | {{ previouslyOwnedFlash.serial }} | {{ previouslyOwnedFlash.notes }} |