{% extends 'vulnerabilities/base.html' %} {% load static %} {% load crispy_forms_tags %} {% block inner %} {% if completed %} {% endif %} {% if error_msg %} {% endif %} {% if info_msg %} {% endif %} {% if note_msg %} {% endif %} {% block level_content %} {{ block.super }} {% endblock %} {% endblock %} {% block extra %} {{ block.super }} {% comment %} Show the storyModal first time the page is opened. After that, set a cookie, so any further reloads don't cause it to reopen. The cookie will expire after 1 day. {% endcomment %} {% endblock extra %} {% comment %} vi: ft=htmldjango {% endcomment %}