{% extends "dashboard/base.html" %} {% block title %}Export — HoneyDjango{% endblock %} {% block heading %}Export{% endblock %} {% block content %}

Export captured intelligence

Exports every record in the date range (max 90 days) — not just rows selected in the admin. Events export as CSV; attacker profiles export as JSON or a STIX 2.1 bundle.

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %} {% for field in form %} {% endfor %}
{% endblock %}