cforge-2.0.x-dev/themes/sky_seldulac/templates/mcapi-transaction.html.twig
themes/sky_seldulac/templates/mcapi-transaction.html.twig
{#
/**
* @file
* Default theme implementation to wrap around a transaction.
*
* Available variables:
* - transaction: the rendered transaction
* - links: The transaction transitions, formatted as a list which is never cached
* - watermark: a word or two.
#}
{% if signatures %}{{ signatures }}{% endif %}
<div class = "{{ attributes.class }}">
{% if watermark %}{{ watermark }}{% endif %}
<div class = "certificate">{% trans %}
On {{ created }} <br />
{{ payer }} paid {{ payee }} <br />
the sum of <br />
{{ worth }}<br />
in category {{ category }}<br />
for: <em>{{ description }}</em>{% endtrans %}
{% if children %}<br />
{{ 'Child transactions'|trans }}<br />
{{ children }}
{% endif %}
</div>
{{ links }}
</div>
