{% if obj_conclusion == 'yes' %}
{% trans 'Congratulations! Treat yourself to a small reward, but be careful not to undo your
efforts.' %}
{% trans 'Choose something that can give you real gratification while spending little.' %}
{% trans 'See our FAQs for some ideas' %}
{% elif obj_conclusion == 'almost' or obj_conclusion == 'no' %}
{% trans 'Damn...' %}
{% trans "What didn't work?" %}
{% trans 'What could you do to improve your month?' %}
{{ form.answer_3 }}
{% endif %}