{% extends "layouts/base.html" %} {% from "components/ui/card.html" import card, card_header, card_title, card_description, card_content, card_footer %} {% from "components/ui/alert.html" import alert, alert_title, alert_description %} {% block title %}Upload DMARC Reports - DMARQ{% endblock %} {% block page_title %}Upload DMARC Reports{% endblock %} {% block content %}
{% call card() %} {% call card_header() %} {% call card_title() %}Upload DMARC Reports{% endcall %} {% call card_description() %} Drag and drop one or more DMARC aggregate report files (XML, ZIP, or GZIP). Files are uploaded automatically. {% endcall %} {% endcall %} {% call card_content() %}

Click to upload or drag and drop

XML, ZIP, or GZIP files — multiple files supported

Select or drop files above to begin uploading automatically.

{% endcall %} {% endcall %}
{% endblock %} {% block scripts %} {% endblock %}