FossilRepo

fossilrepo / templates / dashboard.html

{% extends "base.html" %} {% load static %} {% block title %}Dashboard — Fossilrepo{% endblock %}

{% block extra_head %}

{% endblock %}

{% block content %}

Dashboard

Welcome back, {{ user.get_full_name|default:user.username }}

{{ total_projects }}
Projects
{{ total_checkins|default:"0" }}
Total Checkins
{{ total_tickets|default:"0" }}
Tickets
{{ total_wiki|default:"0" }}
Wiki Pages

{% if heatmap_json %}

Activity (last year)

Less More

{% endif %}

{% if system_activity_json and system_activity_json != "[]" %}

System Activity (26 weeks)

{% endif %} {% if recent_across_all %}

Recent Activity

{% for item in recent_across_all %} {% endfor %}
{% elif not system_activity_json or system_activity_json == "[]" %}

No recent activity

Activity from your projects will appear here once repositories have checkins.

{% endif %}
{% if perms.projects.view_project %}

Projects

Manage projects and team access

{% endif %} {% if perms.organization.view_team %}

Teams

Organize members into teams

{% endif %} {% if perms.pages.view_page %}

FossilRepo Docs

Guides, runbooks, documentation

{% endif %} {% if perms.organization.view_organization %}

Settings

Organization configuration

{% endif %} {% if user.is_staff %}

Admin

Users, groups, permissions

{% endif %}

{% if system_activity_json and system_activity_json != "[]" %}

{% endif %}

{% if heatmap_json %}

{% endif %}

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button