{% load i18n %} {% if creating %} {% blocktrans with name=product.get_title %} Created product '{{ name }}'. {% endblocktrans %} {% else %} {% blocktrans with name=product.get_title %} Updated product '{{ name }}'. {% endblocktrans %} {% endif %}

{% trans "Edit again" %} {% trans "View it on the site" %}