{% import "_macros.html" as m %}
| Device | Host | Tags | Sets | Newest | |
|---|---|---|---|---|---|
| {% if r.backups %}{{ r.name }}{% else %}{{ r.name }}{% endif %} | {{ r.host }} | {{ m.chips(r.tags, 5) }} | {% if r.backups %}{{ m.count_pill(r.backups, '/backups/' ~ (r.name|urlencode)) }}{% else %}{{ m.count_pill(0) }}{% endif %} | {% if r.newest_backup %}{{ r.newest_backup | datetime }}{% else %}—{% endif %} | {% if r.backups %}{{ m.icon_browse('/backups/' ~ (r.name|urlencode), 'Browse backups') }}{% endif %} |
| No devices match your filter. | |||||