{% extends "base.html" %} {% block main %}
{{ sketch.description }}
{% if sketch.collaborators or sketch.groups %}Created by | Created | |
---|---|---|
{{ view.query_string }} | {{ view.user.name }} | {{ view.updated_at.strftime('%Y-%m-%d %H:%M')}} |
Added by | Added | ||
---|---|---|---|
{% if timeline.searchindex.get_status.status == 'processing' %} {% else %} {% endif %} |
{% if timeline.searchindex.get_status.status == 'processing' %}
{{ timeline.name }}
{% else %}
{{ timeline.name }}
{% endif %}
|
{{ timeline.user.name }} |
{{ timeline.created_at.strftime('%Y-%m-%d %H:%M') }}
|