{% for c in cameras %}
{% if c %}
{{ c.title or c.name }}
{% if c.has_dvr %}
DVR
{% endif %}
{% endif %}
{% endfor %}