{% extends "base.html" %} {% block navbar_start %} {% endblock %} {% block content %} {% from 'macros/plan_details.html' import plan_details %} {{ plan_details(view_model) }}
{% if view_model.show_productive_consumption_url %}

{{ gettext("Actions") }}

{{ gettext("Register consumption") }}

{{ gettext("Register consumption") }}
{% endif %} {% if view_model.show_own_plan_action_section %}

{{ gettext("Actions") }}

{% if view_model.own_plan_action.is_cooperating %}

{{ gettext("End cooperation:") }}

{% else %}

{{ gettext("Join a cooperation") }}

{{ gettext("Join") }} {% endif %}
{% endif %}
{% endblock %}