{% extends 'base.html' %} {% block content %}

Conversation history:

{% if conversations %}
{% for conversation in conversations %} Conversation on {{ conversation.created_at|date:"M d, Y H:i" }} {{ conversation.messages.count }} {% endfor %}
{% else %} {% endif %}
{% if blueprints %} {% with first_blueprint=blueprints|first %}
{% csrf_token %}
{% endwith %} {% else %} {% endif %}
{% endblock %}