{% extends "admin_extra_buttons/action_page.html" %}{% load power_query %} {% block action-content %}
execute({% for k,v in entry.items %}{{ k }}={{ v }}{% if not forloop.last %}, {% endif %}{% endfor %})