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

{% trans "Add Meditation Response" %}

{{form.non_field_errors}}
{% csrf_token %} {% if meditation %}

TO #{{meditation}}

{% else %}

To #{{form.meditation}}

{% endif %} {% csrf_token %}

Initial Response

Work through the best way to respond, adhering a close as possible to the stoic principals of detachment from what you cannot change, and changing what you can.

{% endblock %}