{% extends "base.html" %} {% block title %}Lenses — {{ site_title }}{% endblock %} {% block content %}
All {% for b in brands %} {{ b }} {% endfor %}
{% if selected_brand %}{% endif %}

{{ lenses|length }} lenses

{% for l in lenses %}

{{ l.display_name }}

{{ l.image_count }} images {% if l.max_aperture %} · f/{{ l.max_aperture }}{% endif %}
{% empty %}
No lenses match your filter.
{% endfor %}
{% if not show_all %}
View all lenses
{% endif %} {% endblock %} {% block scripts %} {% include "includes/gear_keynav.html" %} {% endblock %}