{% load i18n %}
{% if root %} {% if branch == "default" or branch == "master" and revision.tags and not revision.tags == "tip" %} {% trans "Version" %} {{ revision.tags }} ({{ revision.node }}) {% else %} {% trans "Build" %} {{ revision.node }} [{{ branch }}] ({{ revision.date }}) {% endif %} {% elif name %} {% if url %}{% endif %}{{ project }} {{ version }}{% if url %}{% endif %} {% else %} {% trans "Unversioned" %} {% endif %}