{% extends "layout.html" %} {% block js %} $('#delete-project').click(function () { $(this).html("{{_("you sure?")}}"); }); $('.custom-file-input').on('change', function(event) { var filename = [].slice.call(this.files).map(function (file) { return file.name}).join(',') var $labelElement = $(this).parents('.custom-file').find('.custom-file-label') $labelElement.text(filename) }) {% endblock %} {% block content %}
{{ _('Download the list of bills with owner, amount, reason,... ') }}
{{ _('Download the list of transactions needed to settle the current bills.') }}