{% extends base_template %} {% load seahub_tags avatar_tags i18n %} {% load url from future %} {% block main_panel %}
{% trans "Tip: A snapshot will be generated after modification, which records the library state before this modification."%}{% trans "View Snapshot"%}
{% endif %}{% trans "Time" %} | {% trans "Modifier"%} | {% trans "Description"%} |
---|---|---|
{{ commit.ctime|translate_seahub_time }} | {% if commit.creator_name %} {% if not commit.second_parent_id %} {% avatar commit.creator_name 16 %} {{ commit.creator_name|email2nickname }} {% else %} {% trans "None"%} {% endif %} {% else %} {% trans "Unknown"%} {% endif %} | {{ commit.props.desc|translate_commit_desc }} {% if page_next or not forloop.last %} {% trans "Details"%} {% endif %} |