{% import 'components/macros.html' as macro %} {% extends 'base.html' %} {% block header %}

{% block title %}{{ _('Last torrents uploaded') }}{% endblock %}

{% endblock %} {% block content %}

{{ _('List of last torrents uploaded from the NAS to the seedbox.') }}

{# Search #} {{ macro.render_search() }} {# Messages #}
{{ _('Loading...') }}
{{ _('An error has occurred.') }}
{{ _('No files uploaded yet...') }}
{# Table #}
{{ _('Name') }} {{ _('Sent') }}
{# Pagination controls #} {{ macro.render_pagination() }}
{% endblock %}