{{ 'browser.branches'|t }}
{% for item in branches %}
{{ item }}
{% endfor %}
{% if tags %}
{{ 'browser.tags'|t }}
{% for item in tags %}
{{ item }}
{% endfor %}
{% endif %}