{% load i18n %} {% block cell-content %} {% if title %}

{{ title }}

{% endif %}
{% if text %}

{{ text|safe }}

{% endif %}
{% trans 'Invoice Number' %} *
{% trans 'Invoice Amount' %} *
{% endblock %}