{% extends 'base_wide_page.html' %} {% load seahub_tags i18n staticfiles %} {% load url from future %} {% block wide_page_content %} {% if traffic_over_limit %}
{% trans "File download is disabled: the share link traffic of owner is used up." %}
{% endif %}{% trans "Shared by: " %}{{ username|email2nickname }}
{% if mode == 'list' %}{% trans "Name"%} | {% trans "Size"%} | {% trans "Last Update"%} | {% trans "Operations"%} | |||
---|---|---|---|---|---|---|
![]() |
{{ dirent.obj_name }} | {{ dirent.last_modified|translate_seahub_time }} |
{% if not traffic_over_limit and permissions.can_download %}
![]() |
|||
{% if dirent.is_img %} {{ dirent.obj_name }} {% else %} {{ dirent.obj_name }} {% endif %} | {{ dirent.file_size|filesizeformat }} | {{ dirent.last_modified|translate_seahub_time }} |
{% if not traffic_over_limit and permissions.can_download %}
![]() |