{% extends "vendor/base.html" %} {% load i18n %} {% block vendor_content %}
{% trans 'Product' %} | {{ object.order_item.offer.name }} |
---|---|
{% trans 'Terms' %} | {{ object.order_item.offer.get_terms_display }} |
{% trans 'Quantity' %} | {{ object.order_item.quantity }} |
{% trans 'Price' %} | {{ object.order_item.price }} |
{% trans 'Start Date' %} | {{ object.start_date }} |
{% trans 'End Date' %} | {{ object.end_date }} |
{% trans 'Status' %} | {{ object.get_status_display }} |
{% trans 'Account Ending' %} | {{ payment.result.account_number }} |
{% trans 'Account Type' %} | {{ payment.result.account_type }} |
{% trans 'Billing Address' %} | {{ payment.billing_address.get_address_display }} |
{% trans 'Buy Again' %} | {{ object.order_item.offer.name }} |
{% trans 'Actions' %} | {% if object.order_item.offer.terms < 200 %} {% endif %} |