% if c.visual.allow_custom_hooks_settings:
${h.form(url('admin_settings_hooks'), method='post')}
${_('Custom Hooks')}
${_('Hooks can be used to trigger actions on certain events such as push / pull. They can trigger Python functions or external applications.')}
%for hook in c.custom_hooks: