{% extends 'admin/model/list.html' %} {% block body %} {% if data %} {% set record = data[0].record %} {% else %} {% set record = current_record() %} {% endif %} {% if record %} {% set task = record.task %}
Title | {{record.title}} |
Type | {{record.type}} |
Task Filename | {{record.task.filename}} |