{% extends 'admin/index.html' %} {% from 'bootstrap5/pagination.html' import render_pagination %} {% block title %}Manage Photos{% endblock %} {% block content %}
| Image | Description | Tag | Author | Reported | Date | Actions |
|---|---|---|---|---|---|---|
|
|
{{ photo.description }} | {% if photo.tags %} {% for tag in photo.tags %} {% endfor %} {% endif %} | {{ photo.author.name }} | {{ photo.flag }} | {{ photo.created_at }} |