{% extends 'group/group_base.html' %} {% load seahub_tags i18n %} {% load url from future %} {% block cur_wiki %}tab-cur{% endblock %} {% block left_panel %} {{ block.super }} {% if wiki_exists %}
{% trans "No index now." %}
{% if repo_perm == 'rw' %} {% endif %} {% else %}{% 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 %}{% blocktrans with modifier=latest_contributor|email2nickname modify_time=last_modified|translate_seahub_time %}Last modified by {{modifier}}, {{modify_time}}{% endblocktrans %}