{% extends "repo_master.html" %} {% block title %}Tags - {{ repo.name }}{% endblock %} {%block tag %}home{% endblock %} {% block header %} {% endblock %} {% block repo %}

Tags

{% 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 .

{% if repo_admin %}

{% endif %} {% endif %}
{% if tags %} {% else %}

This project has not been tagged.

{% endif %}
{% endblock %}