{{ article.title }}
{{ article.content|linebreaks }}
{% extends 'base.html' %} {% load djinsight_tags %} {% block title %}{{ article.title }} - djinsight Example{% endblock %} {% block content %}
This section demonstrates different ways to display analytics using djinsight modular components.
Auto-refreshes every 30 seconds
{% live_stats_counter obj=article show_unique=True refresh_interval=30 %}This article has been:
Here are the template tags used on this page:
{% templatetag openblock %} total_views_stat obj=article {% templatetag closeblock %}
{% templatetag openblock %} unique_views_stat obj=article {% templatetag closeblock %}
{% templatetag openblock %} views_today_stat obj=article {% templatetag closeblock %}
{% templatetag openblock %} live_stats_counter obj=article {% templatetag closeblock %}
{% templatetag openblock %} page_analytics_widget obj=article {% templatetag closeblock %}
Format filter:
{% templatetag openvariable %} article.total_views|format_view_count {% templatetag closevariable %}