% if c.executable_tasks:
${_('Perform maintenance tasks for this repo, following tasks will be performed')}:
% for task in c.executable_tasks:
- ${task}
% endfor
% else:
${_('No maintenance tasks for this repo available')}
% endif
% if c.executable_tasks:
% endif