{% extends 'layouts/base.html' %} {% load social_filters %} {% load social_icons %} {% block title %}Dashboard - Social{% endblock %} {% block page_title %}Social Media Dashboard{% endblock %} {% block page_subtitle %}Manage all your social media accounts in one place{% endblock %} {% block content %}
Manage all your social media accounts in one place
{{ accounts|length }} account(s) connected
| Platform | Account Name | Platform ID | Status | Last Sync | Actions |
|---|---|---|---|---|---|
|
{% social_icon platform size=24 %}
{{ platform_names|get_item:platform }}
{% if acc_data.account.is_active %}
{% if platform == 'META' %}
Real-time
{% else %}
Polling
{% endif %}
{% endif %}
|
{{ acc_data.account.name }} |
{{ acc_data.account.platform_id|truncatechars:20 }}
|
{% if acc_data.account.is_active %} Active {% else %} Inactive {% endif %} {% if acc_data.is_expired %} Expired {% endif %} | {% if acc_data.account.last_synced_at %} {{ acc_data.account.last_synced_at|date:"M d, H:i" }} {% else %} Never {% endif %} |
Connect platforms to start monitoring comments
Account is active and syncing
View CommentsClick to connect your account