{% extends "base.html" %} {% load ledger %} {% block title %} {% if exchange_type %} {{ exchange_type.label }}s {% else %} Exchanges {% endif %} {% endblock %} {% block content %} {% if exchange_type %} {% load pagination_tags %} {% autopaginate exchanges %} {% endif %}
Your search — {{ request.REQUEST.search }} — did not match any exchanges. Return to the exchange overview to start over.
{% else %}
{{ type.grouper }}s
|
|||||||
---|---|---|---|---|---|---|---|
{% endif %} | ID | Date | Business | Memo | Total | ||
{% if exchange.type.deliverable %}
{% if exchange.delivered %}
![]() ![]() |
{% endif %}
{% if perms.ledger.change_exchange %} {{ exchange.id }} {% else %} {{ exchange.id }} {% endif %} | {{ exchange.date }} | {% if perms.crm.view_business %} {{ exchange.business }} {% else %} {{ exchange.business }} {% endif %} | {{ exchange.memo|truncatewords:"8" }} | ${{ exchange.total|currency }} |
![]() ![]() |
![]() |
Show all {{ type.grouper.exchanges.count }} {{ type.grouper|lower }}s... |