{% extends "base.html" %} {% 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 -%} {{- description -}} {%- 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 %}