{% extends "base.html" %} {% block body %} {% include "partials/playbook_card.html" with playbook=result.playbook %} {% load pygments_highlights %} {% load datetime_formatting %}

Details

Result

{% for field, value in result.content.items %} {% endfor %}
Field Value
{{ field }} {{ value | format_data | safe }}
{% endblock %}