{# QA Personas section — rendered only in local dev mode when qa_personas is non-empty (#768) v0.62 CSS refactor: inline Tailwind → semantic .dz-qa-* family (site-sections.css). Drive-by fix: the cycle 250 sweep had renamed the JS arrow-function `btn` parameter to a Tailwind class string, producing a SyntaxError; restored to `btn`. #}
Local Dev Mode — not visible in production

Try the app as different personas

This is local QA mode. Pick a persona to explore the app with their permissions and data.

{% for persona in qa_personas %}

{{ persona.display_name }}

{{ persona.id }}

{{ persona.email }}

{{ persona.description }}

{% if persona.stories %}
    {% for story in persona.stories %}
  • {{ story }}
  • {% endfor %}
{% endif %}
{% endfor %}