{% if FREE_ORDER %}
{# Free order is when user downgrades a plan and there is no additional payment it is handle by special a view. #}
{% with object as order %}
{% include "plans/order_detail_table.html" %}
{% endwith %}
{% blocktrans %}If you downgrade your plan please remember that new lower limits are used immediately after
finishing the order.{% endblocktrans %}