{% if project_list %}
Select a project to view the stream of events...
{% else %}
{% if can_create_projects %}
{% else %}
You do not have access to any projects. Ask an administrator to add you as a member.
{% endif %}
{% endif %}
{% endblock %}
{% block content_after %}
{% endblock %}