{% extends "base_wide_page.html" %} {% load seahub_tags avatar_tags i18n %} {% load staticfiles %} {% block sub_title %}{% trans "History" %} - {% endblock %} {% block extra_style %} {% endblock %} {% block wide_page_content %}
{% trans "Tip: a snapshot will be generated after modification, which records the library state after the modification."%}
{% endif %}{% trans "Description" %} | {% trans "Time" %} | {% trans "Modifier" %} | {% trans "Device" %} / {% trans "Version" %} | {% trans "Labels" %} | {% trans "Operations" %} | {% else %}{% trans "Description" %} | {% trans "Time" %} | {% trans "Modifier" %} | {% trans "Device" %} / {% trans "Version" %} | {% trans "Operations" %} | {% endif %}
---|---|---|---|---|---|---|---|---|---|---|
{{ commit.props.desc|translate_commit_desc }} {% if page_next or not forloop.last %} {% trans "Details"%} {% endif %} | {{ commit.ctime|translate_seahub_time }} | {% if commit.creator_name %} {% if not commit.second_parent_id %} {{ commit.creator_name|email2nickname }} {% else %} {% trans "None"%} {% endif %} {% else %} {% trans "Unknown"%} {% endif %} | {% if commit.client_version %} {{ commit.device_name }} / {{ commit.client_version }} {% else %} API / -- {% endif %} | {% if show_label %}{% for label in commit.labels %} {{ label }} {% endfor %} {% if user_perm == 'rw' %} {% endif %} | {% endif %}{% if user_perm == 'rw' %} {% if forloop.first and current_page == 1 %} {% trans "Current Version" %} {% else %} {% trans "View Snapshot" %} {% endif %} {% endif %} |