{% extends "base.html" %} {% block title %}Discord MCP - Exporter Dashboard{% endblock %} {% block content %}
Server | Channel | Channel ID | Last Export | Actions |
---|---|---|---|---|
{{ channel.server_name }} | #{{ channel.channel_name }} | {{ channel.id }} |
{{ channel.last_export if channel.last_export != 'Never' else 'Never attempted' }} |
|
Unknown | Unknown | {{ channel_id }} |
{{ status.last_exports.get(channel_id, 'Never attempted') }} |
|
Channel details not loaded.
Visit the Channels page
to refresh server and channel information.
|