{% if order.seconds_remains > 10 %}
Send
{{ order.amount }}
{{ order.currency|upper }}
to address
{{ order.addr }}
{% else %}
This invoice has expired
{% endif %}