{% extends "base.html" %} {% block title %}{% trans %}Shared Files{% endtrans %}{% endblock %} {% block head %}{{ super() }} {% endblock %} {% block content %}
{% if one_time_used %} {% trans %}This was a one-time link and has already been accessed.{% endtrans %} {% else %} {% trans %}The share link you followed is no longer valid.{% endtrans %} {% endif %}
{% trans %}Go Home{% endtrans %}{{ sharer }} {% trans %}shared files with you. Enter the password to access them.{% endtrans %}
{{ sharer }} {% trans %}shared these converted files with you.{% endtrans %} {% if expires_at %} {% trans %}Expires{% endtrans %} {{ expires_at }} {% endif %}