{% extends "home_base.html" %} {% load seahub_tags i18n %} {% block sub_title %}{% trans "Libraries" %} - {% endblock %} {% block extra_style %} {% if need_guide %} {% endif %} {% endblock %} {% block cur_my_lib %}tab-cur{% endblock %} {% block right_panel %} {% include "snippets/my_owned_repos.html" %} {% url 'share_repo' as repo_share_url %} {% with post_url=repo_share_url %} {% include "snippets/repo_share_form.html" %} {% endwith %} {% include "snippets/repo_create_form.html" %} {% if need_guide %}

{% trans "Welcome to Seafile!" %}

{% if user.permissions.can_add_repo %}

{% trans "Seafile organizes files into libraries. Each library can be synced and shared separately. We have created a personal library for you. You can create more libraries later." %}

{% else %}

{% trans "Seafile organizes files into libraries. Each library can be synced and shared separately. Howerver, since you are a guest user now, you can not create libraries." %}

{% endif %}
{% endif %} {% if ENABLE_SUB_LIBRARY and sub_lib_enabled %}

{% trans "Choose a directory:" %}

{% endif %} {% endblock %} {% block extra_script %}{{block.super}} {% endblock %}