{% extends 'base.html.twig' %} {% block body %}

Previously Owned Lenses

{% for previouslyOwnedLense in previouslyOwnedLenses %} {% endfor %}
Actions Id Brand Coatings Product Line Model Aperture Range Focal Range Serial Purchase Price Notes Mount Image Size Front Filter Size Rear Filter Size Is Teleconverter? Design Elements/Groups Aperture Blades
{{ previouslyOwnedLense.id }} {{ previouslyOwnedLense.brand }} {{ previouslyOwnedLense.coatings }} {{ previouslyOwnedLense.productLine }} {{ previouslyOwnedLense.model }} {{ previouslyOwnedLense.minFStop }} — {{ previouslyOwnedLense.maxFStop }} {{ previouslyOwnedLense.minFocalLength }} — {{ previouslyOwnedLense.maxFocalLength }} {{ previouslyOwnedLense.serial }} ${{ previouslyOwnedLense.purchasePrice }} {{ previouslyOwnedLense.notes }} {{ previouslyOwnedLense.mount }} {{ previouslyOwnedLense.imageSize }} {{ previouslyOwnedLense.frontFilterSize }} {{ previouslyOwnedLense.rearFilterSize }} {% if previouslyOwnedLense.isTeleconverter %}Yes{% else %}No{% endif %} {{ previouslyOwnedLense.designElements }}/{{ previouslyOwnedLense.designGroups }} {{ previouslyOwnedLense.apertureBlades }}
{% endblock %}