{% extends "layout/base.html" %} {% block content %}
Click a row to create a new job or link to an existing one.
| User | Section | Repository | Used / Quota | Free | Last active | Status | First seen |
|---|---|---|---|---|---|---|---|
| {{ acc.user }} | {{ acc.section }} | {{ acc.repo_name or '—' }} {{ acc.repo_type or '' }} |
{{ acc.used_space or '—' }} / {{ acc.total_quota or '—' }} | {{ acc.free_space or '—' }} | {{ acc.last_active_raw or '—' }} | {% if acc.last_status == 'Failed' %} Failed {% elif acc.last_status == 'Warning' %} Warning {% else %} Success {% endif %} | {{ acc.first_seen_at|local_datetime }} |
| User | Section | Repository | Used / Quota | Free | Last active | Status | Linked job | |
|---|---|---|---|---|---|---|---|---|
| {{ acc.user }} | {{ acc.section }} | {{ acc.repo_name or '—' }} {{ acc.repo_type or '' }} |
{{ acc.used_space or '—' }} / {{ acc.total_quota or '—' }} | {{ acc.free_space or '—' }} | {{ acc.last_active_raw or '—' }} | {% if acc.last_status == 'Failed' %} Failed {% elif acc.last_status == 'Warning' %} Warning {% else %} Success {% endif %} | {% if acc.job %} {{ acc.job.customer.name ~ ' – ' if acc.job.customer else '' }}{{ acc.job.job_name }} {% else %}—{% endif %} |