{% extends 'base.html' %} {% load static %} {% block title %}AI Marketplace - Quantum Tasks AI{% endblock %} {% block extra_css %} {% endblock %} {% block content %} AI Assistants Ready to Use 🤖 All Assistants {% if categories %} {% for category_value, category_display in categories %} {% if category_value == 'customer-service' %}💬 {% elif category_value == 'analytics' %}📊 {% elif category_value == 'content' %}📝 {% elif category_value == 'email' %}📧 {% elif category_value == 'utilities' %}🔧 {% elif category_value == 'sales' %}💰 {% elif category_value == 'marketing' %}📈 {% else %}🤖 {% endif %} {{ category_display|title }} {% endfor %} {% endif %} {% if agents %} {% for agent in agents %} {% if agent.icon %}{{ agent.icon }}{% else %}{{ agent.name|first|upper }}{% endif %} {{ agent.name }} ⭐ {% if agent.rating %}{{ agent.rating }}{% else %}4.8{% endif %} ({% if agent.review_count %}{{ agent.review_count }}{% else %}{{ agent.name|length|add:100 }}{% endif %} reviews) {{ agent.description }} {{ agent.category|title }} {% endfor %} {% else %} 🔍 No assistants found{% if selected_category %} in the {{ selected_category }} category{% endif %}. Check back later! {% endif %} {% endblock %} {% block extra_js %} {% endblock %}
{{ agent.description }}
No assistants found{% if selected_category %} in the {{ selected_category }} category{% endif %}. Check back later!