{% extends 'base.html' %} {% block title %}Home{% endblock %} {% block content %} {% if user.is_authenticated %}

{{bill.name }}


Due: {{ bill.due}}
Type: {{ bill.type }}
Amount: {{ bill.amount}}
{{ bill.is_paid}}
{{ bill.paid_date}}
{{ bill.is_overdue}}
{{ bill.is_missed}}
{{ bill.organization.name}} {% else %}

You are not logged in

Log In {% endif %} {% endblock %}