{% extends "admin/base_site.html" %} {% load markup humanize %} {% block extrahead %} {{block.super}} {% endblock extrahead %} {% block content_title %} Date-shifting observations for: {{membership}} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% if not membership.observations %}

No observations available to shift

{% else %}

Current randomisation date: {{membership.date_randomised|naturalday}}

{% csrf_token %} {{form.as_p}}

Observations affected:

Observations not affected:

{% endif %}

Information on date shifting

  • Only observations without participant data can be time-shifted using this form.
  • Complete or failed observations will not be changed.
  • Be really careful with this form, and think what the effects will be on the final data to be exported before you do anything
{% endblock %}