{% load static_url %}
{% if playbook.items.records %}
    {% for record in records %} {% url 'ui:record' record.id as record_url %}
  • {{ record.key }}
  • {% endfor %}
{% else %}

No saved records found.

Learn more about saving key/values with ara_record in the documentation.

{% endif %}