{% load i18n %} {% block cell-content %} {% if title %}<{{ cell.title_level }} clas="cell--title">{{ title }}{% endif %}
{% if text %}

{{ text|safe }}

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