{% extends "account/layout.html" %} {% block title %}{{ super() }} - {{ page | capitalize }}{% endblock %} {% block pagetitle %}SCHEDULES{% endblock %} {% block content %} {% include 'schedules/modal.html' %} {% for (category, message) in get_flashed_messages(request) %}
Create scheduled jobs to run your project functions periodically
Create Schedule