{% extends "base.html" %} {% block title %}{{ config.root_title }}{% endblock %} {% block content %}
| Name | Description | {% if config.enable_index_owner %}Owner | {% endif %}Idle | {% if config.enable_index_links %}Links | {% endif %}
|---|---|---|---|---|
| {{ 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 config.enable_index_owner %}{%- if let Some(owner) = repository.owner -%} {{- owner -}} {%- endif -%} | {% endif %}{% if config.enable_index_links %} | summary log tree | {% endif %}