% if display_globals:
${_('Enable Largefiles extensions for all repositories.')}
% else:
${_('Enable Largefiles extensions for this repository.')}
% endif
% if display_globals:
${_('Enable Evolve and Topic extensions for all repositories.')}
% else:
${_('Enable Evolve and Topic extensions for this repository.')}
% endif
% endif
% if display_globals or repo_type in ['git']:
${_('Note: when this feature is enabled, it only runs hooks defined in the rcextension package. Custom hooks added on the Admin -> Settings -> Hooks page will not be run when pull requests are automatically merged from the web interface.')}
%if c.rhodecode_edition_id != 'EE':
${_('This feature is available in RhodeCode EE edition only. Contact {sales_email} to obtain a trial license.').format(sales_email='sales@rhodecode.com')|n}