{% extends 'edc_subject_dashboard/bootstrap3/dashboard/appointments.html' %} {% load static %} {% block show_missed_label %}  {% if wrapped.object.related_visit.reason == MISSED_VISIT %} {% if wrapped.subject_visit_missed.missed_reasons_other == NOT_SCHEDULED_FOR_FACILITY %}{{ NOT_APPLICABLE }}{% else %}MISSED{% endif %} {% endif %} {% endblock show_missed_label %}