{% extends "scan_report/html/base.html" %} {% block head %} {% endblock %} {% block content %}
{% include "scan_report/html/_tab_header.html" %} {% include "scan_report/html/_main_content.html" %} {% if issues|length > 0 and not issues[0].model.is_text_generation and issues[0].display_footer_info %} {% include "scan_report/html/_code_snippet.html" %} {% endif %}
{% endblock %} {% block javascript %} {% endblock %}