{% extends "base-center.html" %} {% block title %}Photoflow{% endblock %} {% block header %}
Selected 0 pictures
{% endblock %} {% block metadata %} {% endblock %} {% block main %} {% if picturedata %} {% if current_user.is_admin %} {% endif %} {% if extratitle %}

{{ extratitle }}

{% endif %}
{% else %} {% if albums|length > 0 %} {% include "albumlist.html" %} {% else %}

No results.

{% endif %} {% endif %} {% endblock %}