{% 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 %}