{% extends "layout.html" %} {% block js %} {% include "helpers.js" %} confirm_action("#delete-project") $('.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.') }}