{% extends "layouts/content_with_sidebar.html" %} {% block sidebar %} {% if belongs_to_user %} Update this project Add release {% endif %} See all releases {% endblock %} {% block content %}

{{ project }}

Owned by {{ project.owner }} {% if project.group and belongs_to_user %} (You are a member of this group) {% endif %}

Releases

Upcoming release:

{% if project.upcoming_release %}

Upcoming release is {{ project.upcoming_release }}, it is expected in {{ project.upcoming_release.expected_date|timeuntil }}

Future releases:

{% else %}

There are no new releases planned

{% endif %}

Past releases:

{% endblock %}