{% extends 'base.html' %} {% block main_title %} Bill {% endblock %} {% block content %}

Provider: {{bill.provider}}

Status: {{bill.status}}

Bill

Transaction: {{all_transactions[bill.transactions.bill].id}}

{% if bill_pending %}
Cancel
Pay Bill
{%endif%}

Payment

{% if not bill_pending %}

Transaction: {{all_transactions[bill.transactions.payment].id}}

{% endif %} {% if bill_pending %} {% endif %}
{% endblock %}