{% load seahub_tags i18n %} {% load url from future %}
{% trans "Name" %} | {% trans "Description" %} | {% trans "Last Update" %} | {% trans "Operations" %} | ||
---|---|---|---|---|---|
![]() |
{{ repo.props.name }} | {{ repo.props.desc }} | {% if repo.latest_modify %}{{ repo.latest_modify|translate_seahub_time }} | {% else %}-- | {% endif %}
![]() ![]() ![]() |
{% trans "You can create a library to organize your files. For example, you can create one for each of your projects. Each library can be synchronized and shared separately." %}
{% trans "1. Download the library (make sure PC client is running)." %}
{% trans "2. Add files to the folder and they will be uploaded automatically." %}
{% trans "File Name" %} | {% trans "Library" %} | {% trans "Last Update" %} | |
---|---|---|---|
{{ sfile.formatted_path }} | {{ sfile.repo.name }} | {{ sfile.last_modified|translate_seahub_time }} |
{% blocktrans %}You can star important files by clicking the "Star" button on file viewing page, and they will be listed here.{% endblocktrans %}