{% extends edc_listboard_template %} {% load edc_dashboard_extras %} {% load edc_adverse_event_extras %} {% load tz %} {% load static %} {% load l10n %} {% block listboard_table_header %}
AE Followup {{ ae_followup }}
{% endfor %} {% if result.parent_action_item.id != result.related_action_item.id %} {% ae_followup_queryset result.related_action_item.reference_obj as qs%} {% for ae_followup in qs %}AE Followup {{ ae_followup }}
{% endfor %} {% endif %}