{% extends "nm-base.html" %} {% load i18n %} {% block content %}

{% trans "Debian New Members" %}

{% blocktrans %}Welcome to the New Members administration website.{% endblocktrans %} {% blocktrans %}This is the place to apply for Debian membership, manage an existing application and find out information about members who have completed the process.{% endblocktrans %}

{% blocktrans %}This is not the place to start if you wish to make a contribution to Debian. Try the developer's corner instead.{% endblocktrans %}

{% trans "Quick Start" %}

{% url 'wizard_home' as wizurl %} {% blocktrans %}For quick access to common tasks, try the site wizard.{% endblocktrans %}

{% trans "General site features, available to all:" %} {% trans "Site features available to anyone with a web password:" %} {% trans "If you are an Application Manager, you can look at:" %}

{% trans "Contact" %}

{% blocktrans %}The Debian Front Desk is the team responsible for the running of the NM process: you can contact them at nm@debian.org{% endblocktrans %}

{% blocktrans %}If you would like to help with site development, have a look at the TODO list and the list of bugs for the nm.d.o website{% endblocktrans %} {% endblock %}