{% extends 'form.html.twig' %} {% block title %} Camera 📷 CRUD - Previously Owned Lens - Edit {% endblock %} {% block form %}
Id | {{ previouslyOwnedLense.id }} |
---|---|
Brand | {{ previouslyOwnedLense.brand }} |
Coatings | {{ previouslyOwnedLense.coatings }} |
Product Line | {{ previouslyOwnedLense.productLine }} |
Model | {{ previouslyOwnedLense.model }} |
Aperture Range | Æ’ {{ previouslyOwnedLense.minFStop }} — {{ previouslyOwnedLense.maxFStop }} |
Focal Range | {{ previouslyOwnedLense.minFocalLength }} — {{ previouslyOwnedLense.maxFocalLength }}mm |
Serial | {{ previouslyOwnedLense.serial }} |
Purchase Price | ${{ previouslyOwnedLense.purchasePrice }} |
Notes | {{ previouslyOwnedLense.notes }} |
Mount | {{ previouslyOwnedLense.mount }} |
Image Size | {{ previouslyOwnedLense.imageSize }} |
Front Filter Size | {{ previouslyOwnedLense.frontFilterSize }} |
Rear Filter Size | {{ previouslyOwnedLense.rearFilterSize }} |
Is Teleconverter | {% if previouslyOwnedLense.isTeleconverter %}Yes{% else %}No{% endif %} |
Design Elements / Groups | {{ previouslyOwnedLense.designElements }} / {{ previouslyOwnedLense.designGroups }} |
Aperture Blades | {{ previouslyOwnedLense.apertureBlades }} |