{% extends 'base.html.twig' %} {% block title %}Bills{% endblock %} {% block content %}
{{ month }}/{{ year }} — £{{ total|number_format(2) }} total
No bills added for this month yet.