{% icon "gift" %} {{ gc }}
{% if gc.issuance %}{% icon "calendar" %} {% blocktrans trimmed with date=gc.issuance|date:"SHORT_DATE_FORMAT" %} Issued on {{ date }} {% endblocktrans %}
{% endif %}{% if gc.expired %} {% icon "clock-o" %} {% if gc.expires %} {% blocktrans trimmed with date=gc.expires|date:"SHORT_DATETIME_FORMAT" %} Expired since {{ date }} {% endblocktrans %} {% else %} {% trans "Expired" %} {% endif %} {% elif gc.expires %} {% icon "check" %} {% blocktrans trimmed with date=gc.expires|date:"SHORT_DATETIME_FORMAT" %} Valid until {{ date }} {% endblocktrans %} {% else %} {% icon "check" %} {% trans "Valid" %} {% endif %}
{% if gc.testmode %}{% textbubble "warning" %} {% trans "TEST MODE" %} {% endtextbubble %}
{% endif %}{{ gc.value|money:gc.currency }}