{% if "tag:" in current %}{% trans %}tag:{% endtrans %} {% endif %}{{ current | replace("~", "/") | lstrip("/") | replace("tag:", " ") }}
{% for branch in branches %} {% if branch[0] != current | replace("~", "/") | replace("tag:", " ") %}
{% if branch[1] == "tag" %}{% trans %}tag:{% endtrans %} {% endif %}{{ branch[0] }}
{% endif %} {% endfor %}