{% extends "stats/base.html" %} {% load humanize %} {% load stats_extras %} {% block extrahead %} {% load static %} {% endblock %} {% block title %}Topic | {{topic.name}}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% if message %} {% for msg in message %}
{% for type in msg.keys %} {% with tab_key=type|lower|cut:':' %} {{type}} {% endwith %} {% endfor %}
{% for type, content in msg.items %} {% with tab_key=type|lower|cut:':' %}
{{content}}
{% endwith %} {% endfor %}
{% endfor %} {% endif %} {% endblock %}