{% extends edc_base_template %} {% load static %} {% block main %}
Protocol
  • Protocol: {{ protocol }}
  • Number: {{ protocol_number }}
  • Name: {{ protocol_name }}
  • Title: {{ protocol_title }}
  • Institution: {{ institution }}
  • Project Name: {{ project_name }}
  • Project Repo: {{ project_repo }}
  • Physical Address: {{ physical_address }}
  • Postal Address: {{ postal_address }}
  • Disclaimer: {{ disclaimer }}
  • Copyright: {{ copyright }}
  • License: {{ license }}
Dates
  • Study open date: {{ study_open_datetime|date:"Y-m-d" }}
  • Study close date: {{ study_close_datetime|date:"Y-m-d" }}
{% endblock main %}