{% extends "help/base.html" %} {% load i18n %} {% block help_con %}
{% trans "Seafile tracks the modification history of all files. Whenever a file is modified, a new version is created, while the old version is still kept for a configurable period. When you want to access an older version of a file, the file history feature becomes very handy." %}
{% trans "To list all the versions of a file:" %}
{% blocktrans %}You can configure the retention period of file versions: setting history retention period.{% endblocktrans %}
{% endblock %}