{% extends "base.html" %} {% block title %}{{ config.root_title }}{% endblock %} {% block content %}
{% if config.enable_index_owner %} {% endif %} {% if config.enable_index_links %} {% endif %} {%- for (path, repositories) in repositories %} {%- if let Some(path) = path %} {%- endif -%} {%- for repository in repositories %} {% set repository = repository.get() %} {% if config.enable_index_owner %} {% endif %} {% if config.enable_index_links %} {% endif %} {%- endfor -%} {%- endfor %}
Name DescriptionOwnerIdleLinks
{{ path }}
{{- repository.name -}} {%- if let Some(description) = repository.description -%} {% if config.max_repo_desc_length > 0 %} {{- description|truncate(config.max_repo_desc_length.clone()) -}} {% else %} {{- description -}} {% endif %} {%- else -%} Unnamed repository; edit this file 'description' to name the repository. {%- endif -%} {%- if let Some(owner) = repository.owner -%} {{- owner -}} {%- endif -%} summary log tree
{% endblock %}