{% load static %}
{% include 'rasa_webchat.html' %}
{{ title }}
{% if user.is_authenticated %} Hello, {{ user }} {% else %} Please log-in or sign-up to use the application. {% endif %}
{% if user.is_authenticated %}
{% csrf_token %}
Log-out
{% else %}
{% csrf_token %}
Log-in
{% csrf_token %}
Sign-up
{% endif %}
{% if user.is_authenticated %}
View Data
−
{% for document in documents_uploaded %}
{% csrf_token %}
{{ document.description }}
{% csrf_token %}
✕
{% csrf_token %}
✎
{% if not forloop.last %}{% endif %} {% endfor %}
Upload File
{% if False %}
Manage Projects
+
{#
Upload Document
#} {#
#} {# {% csrf_token %}#} {#
#} {#
#} {# {% for document in documents_uploaded %}#} {#
{{ document.description }}
#} {# {% endfor %}#} {#
#} {#
#}
Create new project
Load project
{% endif %} {% endif %}