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

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

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

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

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