{% extends "base.html" %} {% block main %}
{% if sketch.timelines %}{{ sketch.description }}
{% if sketch.collaborators or sketch.groups %}| Timeline | 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') }}
|
| View | Created by | Created |
|---|---|---|
| {{ view.query_string }} | {{ view.user.name }} | {{ view.updated_at.strftime('%Y-%m-%d %H:%M')}} |