{% extends "home_base.html" %} {% load seahub_tags avatar_tags i18n %} {% load url from future %} {% block sub_title %}{% trans "Personal Wiki" %} - {% endblock %} {% block cur_personal_wiki %}tab-cur{% endblock %} {% comment %} {% block left_panel %} {{ block.super }} {% if wiki_exists %}
{% trans "No index now." %}
{% else %} {% endif %}{% 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." %}
{% trans "Create Wiki Now" %} {% if owned_repos %}{% blocktrans with modifier=latest_contributor|email2nickname modify_time=last_modified|translate_seahub_time %}Last modified by {{modifier}}, {{modify_time}}{% endblocktrans %}