{%- extends "submission.html" -%}
{%- block comment_section -%}
You are viewing a single scheduled post. View all scheduled posts
{%- if v.admin_level >= PERMS['SCHEDULER'] %} or the associated task{%- endif -%}
{%- if v.admin_level >= PERMS['SCHEDULER'] -%}
{%- endif -%}
Previous Task Runs
{%- with listing = p.submissions -%}
{%- include "submission_listing.html" -%}
{%- endwith -%}
{%- endblock -%}
{%- block comment_section2 -%}{%- endblock -%}