{% extends "admin/core/base.html" %} {% load i18n %} {% load static %} {% load foundation %} {% block title %}{{ preprint.title|striptags }}{% endblock %} {% block title-section %}{{ request.repository.object_name }} Manager{% endblock %} {% block title-sub %}{{ request.repository.object_name }} #{{ preprint.pk }} - {{ preprint.title|safe }}{% endblock %} {% load files %} {% block breadcrumbs %}
  • Press Manager
  • {{ request.repository.object_name_plural }} Manager
  • {{ preprint.title|safe }}
  • Log
  • {% endblock %} {% block body %}

    Log Entries

    {% if settings.ENABLE_ENHANCED_MAILGUN_FEATURES %}
    {% csrf_token %}
    {% endif %} {% if return %} Back{% endif %}
    {% if settings.ENABLE_ENHANCED_MAILGUN_FEATURES %}{% endif %} {% for entry in log_entries %} {% if settings.ENABLE_ENHANCED_MAILGUN_FEATURES %}{% endif %} {% endfor %}
    Entry Type To Information Date ActorEmail Status
    {{ entry.types }} {% if entry.is_email %}{{ entry.to }}{% else %}N/a{% endif %} {{ entry.description|safe }} {{ entry.date|date:"Y-m-d H:i:s" }} {{ entry.actor.full_name }} {% if entry.is_email %} {{ entry.get_message_status_display }} {% endif %}
    {% endblock %} {% block js %} {% include "elements/datatables.html" with target="#log" order='desc' sort=3 %} {% endblock %}