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