{% extends "base.html" %} {% block navigation %} {% endblock %} {% block right_nav %} {% if sketch.timelines %} {% endif %} {% endblock %} {% block main %}
{% if sketch.has_permission(user=current_user, permission='write') and not sketch.timelines %}

No data to analyze

Add timeline
{% else %}
{% if story %} {% else %}

Stories

{% endif %}
{% endif %}
{% endblock %}