{% extends "page.html" %} {% block title %} Registering with {{ db.config.TRACKER_NAME }} {% endblock %} {% block content %}
{% if request.user.hasPermission('Web Roles') %} {% if item %} {% else %} {% endif %} {% endif %}
Name {{ context.realname.field()|safe }}
Login Name {{ context.username.field()|safe }}
Login Password {{ context.password.field()|safe }}
Confirm Password {{ context.password.confirm()|safe }}
Roles{{ context.roles.field()|safe }}
Phone {{ context.phone.field()|safe }}
Organisation {{ context.organisation.field()|safe }}
E-mail address {{ context.address.field()|safe }}
Alternate E-mail addresses
One address per line
{{ context.alternate_addresses.multiline()|safe }}
 
{% if not context.id %}
Note:  highlighted  fields are required.
{% endif %} {% endblock %}