{% load shop_tags %}
{{ order.get_loan_status_text_display }}
{% endif %} {% endif %} {% if order.has_payment_gateway %}{% include 'cubane/ishop/merchant/orders/billing_address.html' %}
Email: {% if order.email %}{{ order.email }}{% endif %}
Telephone: {% if order.telephone %}{{ order.telephone }}{% endif %}
{% if collection_method %}
Collection Method: {{ collection_method }}
{% endif %}
{% include 'cubane/ishop/merchant/orders/delivery_address.html' %}
{% endif %} {% if order.special_requirements %}{{ order.special_requirements }}
{% endif %} {% if order.finance_option %}{{ order.finance_option }}
{% endif %}