mirror of
https://github.com/thecyberlearn/quantumtaskai-caprover.git
synced 2026-08-18 14:12:56 +00:00
Complete Django AI agent marketplace with security optimizations and clean deployment documentation without any API keys or secrets. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
591 B
HTML
13 lines
591 B
HTML
<div id="processingStatus" class="agent-widget widget-wide processing-status">
|
|
<div class="widget-header">
|
|
<h3 class="widget-title">
|
|
<span class="widget-icon">⏳</span>
|
|
Processing Status
|
|
</h3>
|
|
</div>
|
|
<div class="widget-content" style="text-align: center;">
|
|
<div class="status-icon">⏳</div>
|
|
<div class="status-title">{{ status_title|default:"Processing your request..." }}</div>
|
|
<div class="status-text" id="statusText">{{ status_text|default:"Please wait while we analyze your data..." }}</div>
|
|
</div>
|
|
</div> |