{% extends "base.html" %} {% block navigation %} {% endblock %} {% block main %}
{% if timeline.get_status.status == 'fail' %}
Oops.. something is wrong with this timeline:

                        {{ timeline.searchindex.description }}
                    
{% endif %}
{% if sketch.has_permission(user=current_user, permission='write') %} {% endif %}

{{ timeline.name }}


{% if timeline.description != timeline.name %}

{{ timeline.description }}


{% endif %}
Datastore index Original timeline name Added by Added
{{ timeline.searchindex.index_name }} {{ timeline.searchindex.name }} {{ timeline.user.name }} {{ timeline.created_at.strftime('%Y-%m-%d %H:%M') }}
{% endblock %}