{% extends 'admin/index.html' %} {% from 'bootstrap/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 }} | {{ moment(photo.timestamp).format('LL') }} |