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

{{funding_record.filename}}

Funding Title {{funding_record.title}}
Funding Type {{funding_record.type}}
{% endif %} {{ super() }} {% endblock %}