{% extends "base-apply.html" %} {% load humanize payment_request_tools %} {% block title %}Payment Request: {{ object.project.title }}{% endblock %} {% block content %}
Project

Payment Request

For: {{ object.project.title }}

Status: {{ object.get_status_display }}

Name of Vendor: {{ object.project.contact_legal_name }}

Invoice Number: {{ object.pk }}

Period of Performance: {{ object.date_from.date }} | {{ object.date_to.date }}

Total: ${{ object.value|intcomma }}

Invoice

Download

Reciepts
{% for reciept in object.receipts.all %}

Download

{% endfor %}
{% endblock %}