{% extends 'group/group_base.html' %} {% load seahub_tags i18n %} {% block cur_wiki %}tab-cur{% endblock %} {% block left_panel %} {{ block.super }} {% if wiki_exists %}
{% if not wiki_index_exists %}

{% trans "Wiki Index" %}

{% trans "No index now." %}

{% if repo_perm == 'rw' %} {% endif %} {% else %}

{% trans "Wiki Index" %}

{% if repo_perm == 'rw' %} {% endif %}
{% endif %}
{% endif %} {% endblock %} {% block right_panel %} {% if not wiki_exists %}

{% trans "This group currently has no 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." %}

{% if is_staff %} {% trans "Create Wiki Now" %} {% if group_repos %}
{% trans "Choose a library as wiki" %} {% endif %} {% endif %}
{% csrf_token %}

{% trans "Create Wiki"%}





{% csrf_token %}

{% trans "Choose a library as wiki:" %}

{% trans "Please click and choose a library."%}

{% else %}
{% if repo_perm == 'rw' %} {% trans "Edit Page" %} {% trans "Page History" %} {% endif %}

{{ page|capfirst }}

{% blocktrans with modifier=latest_contributor|email2nickname modify_time=last_modified|translate_seahub_time %}Last modified by {{modifier}}, {{modify_time}}{% endblocktrans %}

{% csrf_token %}

{% trans "New Page"%}



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