{% extends "base.html" %} {% block title %}{{ user.username }}{% endblock %} {% block heading %}Your Profile{% endblock %} {% block body %}
Maintainer of {% for project in user.profile.maintainer_projects.all %} {{ project.linkname }}{% if not forloop.last %},{% endif %} {% endfor %}.
{% endif %} {% if user.profile.contributor_projects.count %}Contributor to {% for project in user.profile.contributor_projects.all %} {{ project.linkname }}{% if not forloop.last %},{% endif %} {% endfor %}.
{% endif %}Your todo list contains patches that have been delegated to you. {% if user.profile.n_todo_patches %} You have {{ user.profile.n_todo_patches }} patch{{ user.profile.n_todo_patches|pluralize:"es" }} in your todo list. {% else %} You have no patches in your todo list at present. {% endif %}
The following email addresses are associated with this Patchwork account. Adding alternative addresses allows Patchwork to group contributions that you have made under different addresses.
The "notify?" column allows you to opt-in or opt-out of automated Patchwork notification emails. Setting it to "no" will disable automated notifications for that address.
Adding a new email address will send a confirmation email to that address.
action | notify? | |
---|---|---|
{{ email.email }} | {% if user.email != email.email %} {% endif %} | {% if email.is_optout %} {% else %} {% endif %} |
You have the following bundle{{ bundles|length|pluralize }}:
Visit the bundles page to manage your bundles.
{% else %}You have no bundles.
{% endif %}Password: | Change password |
---|---|
API Token: | {% if api_token %} {% endif %} |