{% 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 #}
{# Messages #}
{{ _('Loading...') }}
{{ _('An error has occurred.') }}
{{ _('No files uploaded yet...') }}
{# Table #}
{{ _('Id') }} {{ _('Name') }} {{ _('Sent') }}
{# Pagination controls #}
{% endblock %}