{% extends "base.html" %} {% load i18n auth utils %} {% block title %}{% translate 'Feeds' %} · {{ block.super }}{% endblock %} {% block content %}

{% translate 'Feeds' %}

{% translate 'This page lists all available calendar feeds. You can subscribe to these feeds with the calendar program of your choice.' %}

{% translate 'Note that these feeds contain sensitive information. Each link includes a special token that is used for checking permissions. Therefore you must not share these links with anyone.' %}

{% translate 'Per User' %}

{% translate 'Per Study' %}

{% translate 'Per Resource' %}

{% endblock %}