<%inherit file="/base/base.mako"/> <%def name="title()"> ${_('Artifacts Admin')} %if c.rhodecode_name: · ${h.branding(c.rhodecode_name)} %endif <%def name="breadcrumbs_links()"> <%def name="menu_bar_nav()"> ${self.menu_items(active='admin')} <%def name="menu_bar_subnav()"> ${self.admin_menu(active='scheduler')} <%def name="main()">

${_('Scheduler Administration.')}

${_('This feature is available in RhodeCode EE edition only. Contact {sales_email} to obtain a trial license.').format(sales_email='sales@rhodecode.com')|n}

Scheduler enables management of automation tasks, and defining new custom cron-like actions to be executed within RhodeCode system.