{% load i18n %} {% if payment_info and order.status == "p" %}
{% blocktrans trimmed %} This order has been paid via college bill. {% endblocktrans %}
{% elif order.status == "p" %}{% blocktrans trimmed %} This order has been marked as paid via college bill manually. {% endblocktrans %}
{% elif order.status == "r" %}{% blocktrans trimmed %} This order has been paid via college bill, and marked as refunded. {% endblocktrans %}
{% else %}{% blocktrans trimmed %} This order has been planned to be paid via college bill, but no payment has been received yet. {% endblocktrans %}
{% endif %} {% if payment_info %}