{% extends "base.html" %} {% block title %}{{ name }} NARs - circus{% endblock %} {% block auth %} {% if !auth_name.is_empty() %} {{ auth_name }}
{% else %} Login {% endif %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}| Hash | Package | NAR size | Compressed | Created | Last fetched |
|---|---|---|---|---|---|
{{ n.hash }}
|
{{ n.package }}{{ n.store_path }}
|
{{ n.nar_size }} | {{ n.compressed }} | {{ n.created_at }} | {{ n.last_fetched }} |