{% extends "layout.html" %} {% macro ref_list(ref_type, refs) %}
{% endmacro %} {% macro ref_dropdown(current, branches, tags) -%} {%- endmacro %} {% block body %}
{% if branches|length + tags|length > 1 %} {% endif %} {{ link_breadcrumbs(breadcrumbs) }}
{% for entry in entries %} {% endfor %}
Name
{% if len(breadcrumbs) > 1 %} .. {% else %} {{user}}'s {{ tree_label | default('repositories')}} {% endif %}
{% if entry.url %} {% endif %} {{entry.name}} {% if entry.url %} {% endif %}
{% endblock %}