{% extends "base.html.jinja" %} {% from "components/timestamp.html.jinja" import timeago as ts %} {% block content %}
{# Organisations #}

Your organisations

{% for org in orgs %} {{ org.name }} {{ org.role }} {% endfor %}
{# Recent activity #}

Recent activity

{% if recent_activity %} {% else %}

No recent activity

Deploy your first release with forest release create

{% endif %}
{% endblock %}