{% extends "base.html" %} {% block title %}Tags — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}

{{ project.name }}

{% include "fossil/_project_nav.html" %}
{% for tag in tags %} {% empty %} {% endfor %}
Tag Checkin By Date
{{ tag.name }} {{ tag.uuid|truncatechars:10 }} {{ tag.user }} {{ tag.timestamp|date:"Y-m-d" }}
{% if search %}No tags matching "{{ search }}".{% else %}No tags.{% endif %}
{% include "includes/_pagination_manual.html" %}
{% endblock %}