{% extends "base.html" %} {% load static %} {% load projecttags %} {% load humanize %} {% block title %} Export Report {% endblock %} {% block pagecontent %}

Export/Report: {{page}}

{% if request.user.is_creator %}
Report Type:
{% endif %}
Record Range:
Selected
All
Column Range:
Selected
All

Export Format:
Text
RTF
CSV
XML
CVE NIST JSON

Generate and Download
{% endblock %}