{% load i18n admin_urls static admin_list %} {% load core_tags %} {% block extrastyle %} {% endblock %} {% block content %} {% for obj in results %} {{ obj.bookmarked_at|date:"Y-m-d" }} {{ obj.bookmarked_at|date:"g:i A" }} {% with size=obj.archive_size|grid_file_size %} {% if size %}{{ size }}{% endif %} {% endwith %} {% if obj.is_archived %} {% snapshot_role_output_url obj 'list_icon' True as favicon_url %} {% if favicon_url %}{% endif %} {% else %} {% endif %} {{obj.title|default:'Pending...' }} {{obj.url|snapshot_url_text}} {% snapshot_thumbnail obj admin=True width="100%" height="245px" %} {% if obj.tags_str %} {% for tag in obj.tags_str|split:',' %} {{tag}} {% endfor %} {% endif %} {% if obj.status == 'started' %} Archiving... {% else %} {{ obj.icons|safe }} {% endif %} {% endfor %} {% endblock %}
{{obj.url|snapshot_url_text}}