{% extends edc_listboard_template %} {% load edc_dashboard_extras %} {% load tz %} {% load static %} {% block listboard_table_header %} # Subject TMG Death Report Death Report Action Item References {% endblock listboard_table_header %} {% block listboard_table_button_column %}{% endblock %} {% block listboard_table_columns %} {{ result.subject_identifier }}{% copy_string_to_clipboard_button result.subject_identifier %}
{{ result.object.site.name }}
{% if result.tmg_death_report.id %} {{ result.tmg_death_report.object.identifier }}{% copy_string_to_clipboard_button result.action_identifier %} {% else %} New {% endif %} {% if result.tmg_death_report.id %} {{ result.tmg_death_report.object.action_item.status|default:result.tmg_death_report.object.report_status }}
Reported: {{ result.tmg_death_report.object.report_datetime|date:"SHORT_DATE_FORMAT" }}
Created: {{ result.tmg_death_report.object.created|date:"SHORT_DATE_FORMAT" }}{% if result.tmg_death_report.object.user_modified %}
Modified: {{ result.tmg_death_report.object.modified|date:"SHORT_DATE_FORMAT" }}{% endif %}
{{ result.tmg_death_report.object.user_created }}{% if result.tmg_death_report.object.user_modified %}/{{result.tmg_death_report.object.user_modified}}{% endif %} {% endif %} {% if result.tmg_death_report.object.parent_action_item != result.tmg_death_report.object.related_action_item%}
Refers to TMG Death Report
{{ result.tmg_death_report.object.parent_action_item }} {% copy_string_to_clipboard_button result.tmg_death_report.object.parent_action_item.action_identifier %} {% endif %}  {{ result.death_report.object.identifier }}{% copy_string_to_clipboard_button result.death_report.action_identifier %}
Died {{ result.death_report.object.death_datetime|date:"SHORT_DATE_FORMAT" }}
Reported on {{ result.death_report.object.report_datetime|date:"SHORT_DATE_FORMAT" }}
{% if result.death_report.object.cause_of_death == OTHER %}{{ result.death_report.object.cause_of_death_other }}{% else %}{{ result.death_report.object.get_cause_of_death_display }}{% endif %} {{ result.action_identifier }} {% copy_string_to_clipboard_button result.action_identifier %}
Created: {{ result.object.created|date:"SHORT_DATE_FORMAT" }} {% endblock listboard_table_columns %}