{% if photoList %} {% for photo in photoList %}
  • {% if photo.name %}

    {{ photo.name }}

    {% endif %}
  • {% endfor %} {% endif %} {% if error %}
  • {{ error }}
  • {% endif %}