{% 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 %}

{{ name }} · NARs

{{ scope_label }}
Total NARs
{{ total_nars }}
NAR size
{{ nar_size }}
File size
{{ file_size }}
Last uploaded
{{ last_uploaded }}
Oldest fetched
{{ oldest_fetched }}
{% if nars.is_empty() %}
No NARs match filters
Adjust the filters above, or wait for builds to upload paths.
{% else %}
{% for n in nars %} {% endfor %}
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 }}
{% if total_pages > 1 %} {% endif %} {% endif %} {% endblock %}