{% if is_granted("RESERV_TARIFF_EDIT") and is_granted("MODIFY", entity) %}
{% endif %}
{% if entity.status not in ["ACC","APP"] and is_granted("MODIFY", entity) and is_granted("RESERV_TARIFF_APPROVE") %}
{% endif %}
{% if entity.status != "DEN" and is_granted("MODIFY", entity) and is_granted("RESERV_TARIFF_DENY") %}
{% endif %}