{% extends "meditations/base.html" %} {% load url from future %} {% load i18n %} {% load bootstrap %} {% block head_title %}{% trans "Meditations" %}{% endblock %} {% block content %}

{% trans "Meditation Calendar" %}

Today's meditation

#{{meditation}} - {{meditation.text}}

Respond


View all

Latest response

{% for object in responses %} {% if forloop.counter == 1 %}

To #{{object.meditation}}

{{object.meditation.text}}


Initial Response

{{object.initial_response}}

Notes

{{object.notes}}

permalink

{% endif %} {% endfor %}
{% endblock %}