{% extends "base.html" %} {% block content %}
| Name | Description | {% if config.enable_index_owner %}Owner | {% endif %}Idle |
|---|---|---|---|
| {{ 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 %}|