{% extends "layout.html" %} {% block top_menu %} Back to the list {% endblock %} {% block content %}

{% if edit %}Edit a{% else %}Add a new{% endif %} bill

{{ forms.add_bill(form) }}
{% endblock %}