{% extends "base.html" %} {% load static %} {% block title %}AI Accounting Chat - 3ncount{% endblock %} {% block extra_css %} {% endblock %} {% block page_header %} {% endblock %} {% block content %}
{% if conversation %} {% else %}

Start a new conversation

Ask me anything about accounting, transactions, or your finances

You can also attach images & PDFs!

{% endif %}
{% if token_status and token_status.has_tokens %} {% endif %}

Drop file here or click to browse

Supports: Images (JPG, PNG, GIF) and PDFs (max 10MB)
Quick actions:
{% endblock %}