{% extends "base.html" %} {% load static %} {% block title %}Artifacts - {{ playbook.name }}{% endblock %} {% block content %}

Artifacts in {{ playbook.name }}

View and manage all artifacts

Create Artifact
Showing {{ filtered_count }} of {{ total_count }} artifacts
{% include "artifacts/_table.html" %}
{% endblock %}