{% extends 'base.html' %} {% load static %} {% block extraheadcontent %} {% if request.user.is_creator %}{% else %}{% endif %} {% endblock %} {% block title %} Publish CVE's - SRTool {% endblock %} {% block pagecontent %}
Actions:
{% url '' as xhr_table_url %} {% include 'toastertable.html' %}
{% endblock %}