{% extends "home_base.html" %} {% load seahub_tags avatar_tags i18n staticfiles %} {% block sub_title %}{% trans "Wikis" %} - {% endblock %} {% block cur_personal_wiki %}tab-cur{% endblock %} {% block right_panel %}

{% trans "Wikis" %}

{% trans "Name" %} {% trans "Owner" %} {% trans "Last Update" %}

{% trans "You do not have any wiki" %}

{% trans "Seafile Wiki enables you to organize your knowledge in a simple way. The contents of wiki is stored in a normal library with pre-defined file/folder structure. This enables you to edit your wiki in your desktop and then sync back to the server." %}

{% csrf_token %}

{% trans "New Wiki" %}



{% csrf_token %}

{% trans "Create Wiki from a library" %}

{% trans "Name" %} {% trans "Last Update" %}

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