{% load static %} {% comment %} {% if snapshot.bookmarked_date %} {{ snapshot.bookmarked_date }} {% else %} {{ snapshot.added }} {% endif %} {% if snapshot.is_archived %} {% else %} {% endif %} {{snapshot.title|default:'Loading...'}} {% if snapshot.tags_str != None %} {{snapshot.tags_str|default:''}} {% else %} untagged {% endif %} 📄 {% if snapshot.icons %} {{snapshot.icons}} {% else %} {{ snapshot.num_outputs}} {% endif %} {{snapshot.url}} {% endcomment %} {% if snapshot.bookmarked_date %} {{ snapshot.bookmarked_date }} {% else %} {{ snapshot.added }} {% endif %} {% if snapshot.is_archived %} {% else %} {% endif %} {{snapshot.title|default:'Loading...'}} {% if snapshot.tags_str %} {% if snapshot.tags_str != None %} {{snapshot.tags_str|default:''}} {% else %} {{ snapshot.tags|default:'' }} {% endif %} {% endif %} {% if snapshot.icons %} {{snapshot.icons}} {{snapshot.num_outputs}} {% else %} 📄 {{snapshot.num_outputs}} {% endif %} {{snapshot.url}}