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

{{ cameras|length }} cameras

{% for c in cameras %}

{{ c.display_name }}

{{ c.image_count }} images
{% empty %}
No cameras match your filter.
{% endfor %}
{% if not show_all %}
View all cameras
{% endif %} {% endblock %} {% block scripts %} {% include "includes/gear_keynav.html" %} {% endblock %}