{% load i18n %} {% if order.status == "p" %}

{% blocktrans trimmed %} This order has been paid manually. {% endblocktrans %}

{% else %}

{% blocktrans trimmed %} This order has been planned to be paid manually, but is not marked as paid. {% endblocktrans %}

{% endif %}