{% extends 'view_history_file.html' %} {% load i18n %} {% load url from future %} {% block view_hd %}

{{repo.props.name}} {% trans "'s trash" %}

{% endblock %} {% block file_path %} {% trans "Current Path: "%} {% for name, link in zipped %} {% if not forloop.last %} {{ name }} / {% else %} {{ name }} {% endif %} {% endfor %} {% endblock %}