{% extends "richtemplates/accounts/profile.html" %} {% load i18n %} {% block extra-head %}{{ block.super }} {% endblock %} {% block col-left %}
{% trans "No members" %}
{% else %}| {% trans "Member" %} |
|---|
| {{ member }} |
| {% trans "Action" %} | {% trans "Description" %} |
|---|---|
| {% trans "Create project" %} | |
| {% trans "Change password" %} | |
| {% trans "Fork project" %} | |
| {% trans "Add member" %} | |
| {% trans "Convert to team" %} |