{% if is_subscription %}{% with cartitem.product.subscriptionproduct as subscription %} {% load i18n satchmo_currency %}   {% with cartitem.product.get_absolute_url as url %}{% if subscription.trial_set.count %} {% with subscription.get_trial_terms.0 as trial %}{% if trial.price %} {% blocktrans %}This is the trial price to be charged today, see the product description for full pricing details.{% endblocktrans %} {% else %} {% blocktrans %}Free trial, see the product description for full pricing details.{% endblocktrans %} {% endif %}{% endwith %} {% else %} {% blocktrans %}For full pricing details, see the product description.{% endblocktrans %} {% endif %}{% endwith %}   {% endwith %}{% endif %}