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