{% extends "../core/setup.html" %} {% load i18n %} {% load static %} {% load render_balance %} {% block style %} {% endblock style %} {% block content %}
{% csrf_token %}
{% if obj_conclusion %}
{% 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 %}
{% endif %}
{% for color in list_colors %}
{% render_total_weeks key_kakebo color %}
{% endfor %}
{% for utility in list_utilities %} {% endfor %}

utilities

{% trans utility.0 %}

{% trans 'total' %}

€ {{ tot_utilities }}

{% blocktrans %} Enter below the items you think are most sensitive (eg bar, fuel, etc.), if there are among the expenses you have entered the main categories {% endblocktrans %}

{% render_cost_relevant key_kakebo 1 len_week disabled %}
{% render_cost_relevant key_kakebo 2 len_week disabled %}
{{ form.answer_1 }}
{{ form.answer_2 }}
{% render_month_cost key_kakebo len_week %}

{% trans 'How much money did you have available?' %}

€ {{ tot_available }}

{% trans 'How much did you spend?' %}

€ {{ tot_costs }}

{% trans 'How much did you save?' %}

€ {{ diff_available_costs }}

{% if not obj_conclusion %}
Hai raggiunto i tuoi obiettivi?
{% render_answer_smile 'yes' %}
{% render_answer_smile 'almost' %}
{% render_answer_smile 'no' %}
{% endif %}
{% endblock content %}