{% extends "base.html" %} {% block title %}{{ task.name }} - QuickScheduler{% endblock %} {% block content %}
{{ task.hash_id }}
{{ task.command }}
{{ task.callable_func }}
{{ task.schedule_config | tojson(indent=2) }}