{% extends "admin/change_form.html" %} {% load i18n %} {% block extrahead %} {{ block.super }} {% if change %} {% endif %} {% endblock %} {% block object-tools-items %}
  • {% translate 'Download Log File' %}
  • {{ block.super }} {% endblock %} {% block after_field_sets %} {{ block.super }} {% if change and not is_popup %} {% include "logtailer/log_reader.html" with logfile_id=original.pk %} {% endif %} {% endblock %}