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

Previously Owned Camera

Id {{ previouslyOwnedCamera.id }}
Brand {{ previouslyOwnedCamera.brand }}
Mount {{ previouslyOwnedCamera.mount }}
Model {{ previouslyOwnedCamera.model }}
Is Digital? {% if previouslyOwnedCamera.isDigital %}Yes{% else %}No{% endif %}
Crop Factor {{ previouslyOwnedCamera.cropFactor }}
Is Working? {% if previouslyOwnedCamera.isWorking %}Yes{% else %}No{% endif %}
Notes {{ previouslyOwnedCamera.notes }}
Serial {{ previouslyOwnedCamera.serial }}
Purchase Price {{ previouslyOwnedCamera.purchasePrice }}
Battery Type {{ previouslyOwnedCamera.batteryType }}
Film Format {{ previouslyOwnedCamera.filmFormat }}
Received {% if previouslyOwnedCamera.received %}Yes{% else %}No{% endif %}
{% endblock %}