{% 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 %} Create organisation {# Recent activity #} Recent activity {% if recent_activity %} {% for item in recent_activity %} {{ item.title }} {{ item.org_name }} / {{ item.project_name }} {% if item.dest_envs %} {% for env in item.dest_envs %} {{ env }} {% endfor %} {% endif %} {{ ts(item.created_at, class="text-xs text-gray-400") }} {% endfor %} {% else %} No recent activity Deploy your first release with forest release create {% endif %} {% endblock %}
{{ item.title }}
{{ item.org_name }} / {{ item.project_name }}
No recent activity
Deploy your first release with forest release create
forest release create