{% extends "base.html.jinja" %} {% block content %} {# Organisations #} Your organisations {% for org in orgs %} {{ org.name }} {{ org.role }} {% endfor %} Create organisation {# Recent activity #} Recent activity {% if recent_activity %} {% for item in recent_activity %} {{ item.title }} {{ item.org_name }} / {{ item.project_name }} {{ item.slug }} {% endfor %} {% else %} No recent activity Deploy your first release with forest release create {% endif %} {% endblock %}
{{ item.title }}
{{ item.org_name }} / {{ item.project_name }}
{{ item.slug }}
No recent activity
Deploy your first release with forest release create
forest release create