{% extends "base.html" %} {% block title %}Index{% endblock %} {% block content %} {% for (path, repositories) in repositories %} {% if let Some(path) = path %} {% endif %} {%for repository in repositories %} {% endfor %} {% endfor %}
Name Description Owner Idle
{{ path }}
{{ repository.name }} {% if let Some(description) = repository.description %} {{ description }} {% else %} Unnamed repository; edit this file 'description' to name the repository. {% endif %} {% if let Some(owner) = repository.owner %} {{ owner }} {% endif %} {{ humantime::format_duration(repository.last_modified.clone()) }}
{% endblock %}