<%inherit file="/base.mako"/> <%namespace file="/message.mako" import="render_msg" />

%if message: ${render_msg( message, status )} %endif
Email alerts for new repositories
${new_repo_alert_check_box.get_html()}
Check the box and click Save to receive email when the first change set is created for a new repository.

%if email_alert_repositories:

You are registered to receive email alerts for changes to the following repositories
%for repository in email_alert_repositories: %endfor
Name Description
${repository.name | h} ${repository.description | h}

%endif