{% if act.kind == 'inline_form' and act.form_url %} {{ act.label }} {% elif act.full_page or (act.method == 'GET' and act.url and not act.url.startswith('/web/views/' ~ view.module ~ '/' ~ view.name)) %} {{ act.label }} {% else %} {{ act.label }} {% endif %}