{% if currentUser.can('commerce-capturePayment') and transaction.canCapture() %}
{{ csrfInput() }} {{ 'Capture'|t('commerce') }}
{% endif %}