{% extends "repo_master.html" %} {% block title %}Releases - {{ repo.name }}{% endblock %} {% set tag = "home" %} {% block repo %}

Releases {% if config.get('UPLOAD_FOLDER_PATH') and config.get('UPLOAD_FOLDER') %} {% if repo_admin %} {% endif %} {% endif %}

{% if config.get('UPLOAD_FOLDER_PATH') and config.get('UPLOAD_FOLDER') %}

If the developers have upload one or more tarball(s), you will be able to find them in the release folder .

{% endif %}
{% if tags %}
{% for tag in tags %} {{ tag.name }} {% if tag.message %} -- {{ tag.message.split('\n')[0] }} {% endif %} {{ tag.oid | short }} {% endfor %}
{% else %}

This project has not been tagged.

{% endif %}
{% endblock %}