{% extends "admin_extra_buttons/action_page.html" %}{% load power_query %} {% block action-content %} {% for args, value in results.items %} {% endfor %}
{{ args }} {{ value }}
{% for dataset in original.datasets.all %} {% endfor %}
{{ dataset }} {{ dataset.size|fmt_size }}
{% endblock action-content %}