{%- 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'] -%}
Edit Scheduled Post
{{forms.scheduled_post_time_selection_form(v, p)}}
{%- endif -%}
Previous Task Runs
{%- with listing = p.submissions -%} {%- include "submission_listing.html" -%} {%- endwith -%}
{%- endblock -%} {%- block comment_section2 -%}{%- endblock -%}