{% include "utilities/header.html" with context %}
{% if entry.plugin and entry.plugin is not none %}
Plugin
{{ entry.plugin }}
{% endif %} {% if entry.lang and entry.lang is not none %}
Language
{{ entry.lang }}
{% endif %} {% if entry.jailbreak_type and entry.jailbreak_type is not none %}
Jailbreak Type
{{ entry.jailbreak_type }}
{% endif %} {% if entry.instruction_type and entry.instruction_type is not none %}
Instruction Type
{{ entry.instruction_type }}
{% endif %} {% if entry.document_id and entry.document_id is not none %}
Document Type
{{ entry.document_id }}
{% endif %} {% if entry.position and entry.position is not none %}
Position
{{ entry.position }}
{% endif %} {% if entry.spotlighting_data_markers and entry.spotlighting_data_markers is not none %}
Spotlighting Marker
{{ entry.spotlighting_data_markers }}
{% endif %} {% if entry.injection_delimiters and entry.injection_delimiters is not none %}
Injection Delimiter
{{ entry.injection_delimiters }}
{% endif %} {% if entry.suffix_id and entry.suffix_id is not none %}
Suffix ID
{{ entry.suffix_id }}
{% endif %} {% if entry.attempts and entry.attempts is not none %}
Attempts / Calls
{{ entry.attempts }}
{% endif %} {% if entry.response_time and entry.response_time is not none %}
Response Time
{{ "%.1f"|format(entry.response_time) }} sec
{% endif %}

{% include "utilities/input.html" with context %} {% include "utilities/response.html" with context %} {% if entry.judge_name and entry.judge_name != "None" and entry.judge_name != '' %} {% endif %} {% if entry.attack_name and entry.attack_name != "None" and entry.attack_name != '' %} {% endif %}