{% extends "base.html" %} {% block title %}User Details{% endblock %} {% block content %}
You are a {{membership.role}} on the {{h.link_to(membership.project.name + ' project', h.url_for(controller='/project', project_name=membership.project.name))|e}}.
You are not a member of any projects.
{% endif %}Your personal repository has {{branches|length}} branches.
{% for branch in branches %}You have {{person.auth_keys|length}} Keys stored. {{ h.link_to('Manage your SSH Keys', h.url_for(controller='/person', action='manage_ssh_keys', person_name=person.login))}}.
{% else %}You have no SSH Keys. {{h.link_to('Add an SSH key now', h.url_for(controller='/person', action='manage_ssh_keys', person_name=person.login))}}.
{% endif %}You may want some help:
{{h.help_link('Getting Started under Windows', 'getting-started-windows')}}If all else fails, please consult the {{ h.link_to('official Bazaar documentation', 'http://doc.bazaar.canonical.com/latest/en/')}}.