{% extends "base.html" %} {% block title %}Dashboard - Telegram to YouTube Uploader{% endblock %} {% block content %}
YouTube: {% if status.youtube_authenticated %} Authenticated Re-authenticate {% else %} Not Authenticated Authenticate {% endif %}
Telegram: {% if status.telegram_authenticated %} Connected Re-authenticate {% else %} Not Connected Connect {% endif %}
Running: {% if status.is_running %} Yes {% else %} No {% endif %}
Current Batch: {{ status.current_batch }}
Processed in Session: {{ status.processed_count }}
Failed in Session: {{ status.failed_count }}
Total Processed (Ever): {{ status.total_processed }}