{% extends 'base_for_react.html' %}
{% load seahub_tags i18n avatar_tags %}
{% load render_bundle from webpack_loader %}
{% block sub_title %}{% trans "Snapshot" %} - {% endblock %}
{% block extra_style %}
{% render_bundle 'repoSnapshot' 'css' %}
{% endblock %}
{% block extra_script %}
{% render_bundle 'repoSnapshot' 'js' %}
{% endblock %}