{% extends "base.html" %} {% load static %} {% block title %}Dashboard — Fossilrepo{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Welcome back, {{ user.get_full_name|default:user.username }}
Manage projects and team access
{% endif %} {% if perms.organization.view_team %}Organize members into teams
{% endif %} {% if perms.pages.view_page %}Guides, runbooks, documentation
{% endif %} {% if perms.organization.view_organization %}Organization configuration
{% endif %} {% if user.is_staff %}Users, groups, permissions
{% endif %}