{% load i18n %} {% load l10n %} {% load edc_subject_dashboard_extras form_runners_extras %} {% load tz %}
CRFs
{% for crf in crfs %} {% endfor %} {% if not crfs %} {% endif %} {% if appointment.object.related_visit.visit.crfs_prn %} {% endif %}
{{ forloop.counter }}.  {% if crf.entry_status == NOT_REQUIRED %} {{ crf.verbose_name }} {% else %} {{ crf.verbose_name }} {% if crf.model_instance.user_created %}

{% show_form_runner_issues crf %} {% if crf.model_instance.crf_status == INCOMPLETE %}{% endif %} {{ crf.model_instance.user_created }} on {{ crf.model_instance.created|date:"SHORT_DATETIME_FORMAT" }} {% if crf.model_instance.user_modified %} | {{ crf.model_instance.user_modified }} on {{ crf.model_instance.modified|date:"SHORT_DATETIME_FORMAT" }}{% endif %}

{% endif %} {% endif %}
{# begin button group crf_button_row #} {% if crf.entry_status != NOT_REQUIRED %} {% render_crf_button_group crf appointment registered_subject visit_schedule_model_obj %} {% else%} not required {% endif %} {# end button group crf_button_row #}
{% translate "There are no required CRFs for this visit. See also the PRN CRFs" %}.
{% translate "PRN CRFs are available" %}.