{% extends "layout.html" %} {% block content %}
Play | Start | End | Duration |
---|---|---|---|
{{ macros.make_link('playbook.playbook_results', play.name, playbook=playbook.id, play=play.id) }} | {{ play.time_start |datefmt }} | {{ play.time_end |datefmt }} | {{ play.duration |timefmt }} |
File | ||
---|---|---|
{{ playbook_file.path |pathtruncate(75) }} (Playbook) | {{ macros.make_link('file.show_file', 'View', file_=playbook_file.id) }} | |
{{ file.path |pathtruncate(75) }} | {{ macros.make_link('file.show_file', 'View', file_=file.id) }} | {{ macros.make_link('playbook.show_playbook', 'Filter', playbook=playbook.id, file_=file.id) }} |
Key | Value |
---|---|
{{ item.key }} | {{ macros.render_value_type(item.value, item.type) }} |