{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}

Project · {{ project.state }}

{{ project.title }}

{% if project.description %}

{{ project.description }}

{% endif %}
View DAG
{% if not messages %}

No messages yet. Say something to get started.

{% endif %} {% for msg in messages %}
{{ msg.author_type }} {% if msg.author_type == 'user' %}

{{ msg.content }}

{% else %}
{% endif %}
{% endfor %}
{% endblock %}