{% load i18n %}

{% blocktrans %} Details of shipping cost calculated by EMS {% endblocktrans %}

{% blocktrans %} From {{ origin }} to {{ destination }}.
Brutto: {{ total_weight }} kg.
Items:{% endblocktrans %}

{% if time_min and time_max %} {% blocktrans with min=time_min max=time_max %} Estimated delivery time: from {{ min }} to {{ max }} days. {% endblocktrans %} {% endif %}