{% extends "base.html" %} {% block title %}Tags — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}
| 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 %} | |||