{% extends "layout.html" %} {% block title %} Dashboard - packetcrypt {% endblock %} {% block content %}
Date Paid | Amount Paid | Payment Address | Confirmed | |||
---|---|---|---|---|---|---|
{{invoice.datepaid | date}} | {% else %}Unpaid | {% endif %}{{invoice.value_paid}} | {{invoice.address}} | {% if invoice.is_confirmed %}{% else %} {% if invoice.paid %} | {% else %} | Pay | {% endif %} {% endif %}