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

{% if crf.object.user_created %}

{{ crf.object.user_created }} on {{ crf.object.object.created|date:"SHORT_DATETIME_FORMAT" }} {% if crf.object.user_modified %} | {{ crf.object.user_modified }} on {{ crf.object.object.modified|date:"SHORT_DATETIME_FORMAT" }}{% endif %}

{% endif %} {% endif %}
{% if crf.entry_status != NOT_REQUIRED %} Change {% elif not crf.object.id and crf.object.has_add_permission %} href="{{ crf.object.href }}"> Add {% elif crf.object.id and crf.object.has_view_permission %} href="{{ crf.object.href }}"> View {% else %} disabled >{% if crf.object.id %} Change{% else %} Add{% endif %} {% endif %} {% if crf.object.history_url %} {% trans 'History' %} {% else %} {% trans 'History' %} {% endif %} {% if perms.edc_data_manager.add_dataquery %} Query {% endif %} {% else%} not required {% endif %}
There are no required CRFs for this visit. See also the PRN CRFs.
PRN CRFs are available.