{% include 'includes/header.html' %}

Unlinked Photo Cleanup

{% if orphans is defined and orphans|length!=0 %} {% for elem in orphans %} {% if elem != "none.jpg" %} {% endif %} {% endfor %} {% for elem in orphans %}
{% if from_cp != True %}
{% else %}
{% endif %}
{{elem}}
{% endfor %}
{% else %}
No unlinked photos exist at this time
{% endif %} {% include 'includes/footer.html' %}