{% extends "base.html" %} {% block content %}
{% if not meta_after %}
Cleaned Metadata

Successfully removed the metadata.

{% endif %} {% if meta_after %}
Metadata Partially Removed

Could not remove all the metadata. Consult the table below for the remaining metadata.

{% endif %}
{% if not meta_after %}

{% endif %} {% if meta_after %}

{% endif %}
{% if meta_after %}

Remaining Metadata

{% for key, value in meta_after.items() %} {% endfor %}
Key Value
{{ key }} {{ value }}
{% endif %}
{% endblock %}