{% load i18n %} {% if refund.can_approve %} {% trans "Approve" %} {% endif %} {% if refund.can_deny %} {% trans "Deny" %} {% endif %}