{% extends "admin/base_site.html" %} {% load i18n humanize %} {% block title %}Sample times{% endblock %} {% block breadcrumbs %} {% if not is_popup %} {% endif %} {% endblock %} {% block content_title %} {% if errors %} Error in syntax {{errors}} {% else %} Sampling times generated by this {{object_type}}:
{{object}}
{% endif %} {% endblock %} {% block content %}

Note: These are the dates/times which would be used for observations if the participant were to sign up/be randomised right now. It's important to remember that rules which require observations on specific days of the week or months of the year might generate schedules with different intervals depending on when observations are added.

{% include "admin/signalbox/_fragments/_observation_time_list.html" %}
{% endblock %}