{% extends 'core/base.html' %} {% block title %}Orphaned Media – Admin – Nature In Pots{% endblock %} {% block content %}

Orphaned Media

{% for m in items %} {% else %} {% endfor %}
ID Original URL New URL Orphaned At
{{ m.id }} {{ m.original_file_url }} {{ m.file_url }} {{ m.orphaned_at.strftime('%Y-%m-%d %H:%M:%S') }}
No orphaned media found.
{% endblock %}