${_('Following tasks will be performed')}:
% for task in c.executable_tasks:
${task}
% endfor
${_('Maintenance can be automated by such api call. Can be called periodically in crontab etc.')}
${h.api_call_example(method='maintenance', args={"repoid": c.rhodecode_db_repo.repo_name})}
% else:
${_('No maintenance tasks for this repo available')}