{% extends 'admin/model/list.html' %} {% block body %} {% if data %} {% set work_record = data[0].work_record %}

{{work_record.filename}}

Work Title {{work_record.title}}
Work Type {{work_record.type}}
Task Filename {{work_record.task.filename}}
Back {% endif %} {{ super() }} {% endblock %}