{% extends 'crm/base.html' %} {% load static %} {% block title %} Social Analytics {% endblock %} {% block extra_css %} {% endblock %} {% block body_no_container %}
{% include 'crm/social_media/includes/search-section.html' %}
[[ currentAccount.name ]]
[[ currentAccount.id ]]
[[ posts.results.length ]] posts found
Please wait...
[[ currentAccount.name ]]
Scheduled on [[ post.scheduled_publish_time ]]
Post analytics
[[ post.comments.summary.total_count || 0 ]] Comments
{% endblock %} {% block extra_js %} {{ block.super }} {% endblock extra_js %}