{% extends 'eval/base.html' %} {% load static %} {% block title %}{{ version.label }} | Prompt Library | Eval Admin{% endblock %} {% block action_bar %} {% endblock %} {% block content %}

{{ version.label }}

{{ subagent_display_name }} ({{ subagent_key }})

{% if version.version > 1 %} v{{ version.version }} {% endif %} {% if in_use %} {% endif %}
Created {{ version.created_at|date:"Y-m-d" }} {% if version.edited_at %} · Edited {{ version.edited_at|date:"Y-m-d H:i" }} {% endif %} · Used by {{ referenced_count }} config{{ referenced_count|pluralize }} · {{ prompt_length }} characters
Read-only snapshot
{{ prompt_text }}
{% endblock %}