{% extends "base.html" %} {% block content %}

Recent activity

The latest work across the repos and teams you can access.

{% if feed_groups | length > 0 %}
{% for group in feed_groups %}
{{ group.label }}
{% for event in group.events %} {% include event.template %} {% endfor %}
{% endfor %}
{% if has_more %} {% endif %} {% else %}
No activity yet. Events will appear here as you and your teams work.
{% endif %} {% endblock %}