{# Table for showing AuthAttempts with a variable set of columns #} {% load humanize %} {% load gameui %} {% load shortnaturaltime %}
| Opening defense | {% include "text_or_empty.html" with text=auth_attempt.defense_pre_prompt %} |
|---|---|
| Access code | {% include "text_or_empty.html" with text=auth_attempt.access_code %} |
| Closing defense | {% include "text_or_empty.html" with text=auth_attempt.defense_post_prompt %} |
| Attack | {% include "text_or_empty.html" with text=auth_attempt.attacker_input %} |
| AI output | {% include "text_or_empty.html" with text=auth_attempt.llm_output %} |