{% extends "layout.html" %} {% block js %} $('#delete-project').click(function () { $(this).html("{{_("you sure?")}}"); }); {% endblock %} {% block content %}

{{ _("Edit project") }}

{{ forms.edit_project(edit_form) }}

{{ _("Download project's data") }}

{{ _('Bill items') }} {{ static_include("images/file-alt.svg") | safe }} JSON {{ static_include("images/file-csv-solid.svg") | safe }} CSV

{{ _('Download the list of bills with owner, amount, reason,... ') }}

{{ _('Settle plans') }} {{ static_include("images/file-alt.svg") | safe }} JSON {{ static_include("images/file-csv-solid.svg") | safe }} CSV

{{ _('Download the list of transactions needed to settle the current bills.') }}

{% endblock %}