{% extends "base.html" %} {% block main %}
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') }}
|
See the documentation on how to add more timelines to the system.
{% endif %}