{% extends "test/base.html" %} {% set active_test_page = "manual" %} {% block title %}Manual — Entry {{ index + 1 }} of {{ total }} | SPIKEE{% endblock %} {% block content %}
{{ judge_name }}
{% if judge_args %}Args: {{ judge_args }}{% endif %}
{% if judge_options %}Options: {{ judge_options }}{% endif %}
{{ entry.id }}{% endif %}
{% if jb %}Jailbreak: {{ jb }}{% endif %}
{% if instr %}Instruction: {{ instr }}{% endif %}
{% if pos %}Position: {{ pos }}{% endif %}
{% if entry.get('lang') %}Lang: {{ entry.lang }}{% endif %}
{{ content_type }}. Only text is displayed.
{{ content | e }}
{{ payload | e }}
{{ entry.system_message | e }}