FossilRepo
{% 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 != "[]" %}
{% endif %}
{% if recent_across_all %}
{% elif not system_activity_json or system_activity_json == "[]" %}
{% endif %}
System Activity (26 weeks)
Recent Activity
{% for item in recent_across_all %}
{% endfor %}
{{ item.entry.comment|truncatechars:70 }}
{{ item.project.name }}
{{ item.entry.user }}
{{ item.entry.uuid|truncatechars:10 }}
{{ item.entry.timestamp|timesince }} ago
No recent activity
Activity from your projects will appear here once repositories have checkins.
{% 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 %}