{% for action in data_model.table.actions() %} {% if action.type == "action" %} {% if not action.hidden(result) %} {% if action.label %} {{ render_dynamic_html(action.label, result=result)|safe }} {% else %} {{ action.name }} {% endif %} {% endif %} {% if action.schema %}
{% endif %} {% elif action.type == "horizontal-separator" %} {% include action.view %} {% endif %} {% endfor %}