{% extends "myhome_base.html" %} {% load i18n %} {% block main_panel %}

{% trans 'Preparing, please wait...' %}

{% trans "No running Seafile client version 1.x is detected." %}
{% trans "If you're sure Seafile client is running, click the following link to continue downloading:" %}
{{ download_url|slice:"40" }}...

{% trans "If you're using Seafile client version 2.0+, download the library from the client directly." %}

{% trans "Your Seafile client is out of date, please upgrade to latest version." %}{% trans "Click to download." %}

{% endblock %} {% block extra_script %} {% endblock %}