{% extends "layouts/base.html" %} {% block content %} {% if page_key == 'nav_assistant' %}

{{ t('ai_assistant') }}

{{ t('ai_assistant_desc') }}. Ask me anything about crops, weather, or diseases!
{% else %}

{{ t(page_key) }}

This module is part of the Amar Krishi platform demo. Connect a data source or AI model here to enable full functionality.

{{ t('nav_dashboard') }}
{% endif %} {% endblock %}