Stats about your Get Satisfaction community.
{% if get_satisfaction.display_stats %} <h2>Community Activity</h2> <table> <tr> <th>Topics Posted</th> <td id="num_topics">{{ get_satisfaction.stats.topics_posted | number_with_delimiter }}</td> </tr> <tr> <th>People</th> <td id="num_people">{{ get_satisfaction.stats.people | number_with_delimiter }}</td> </tr> <tr> <th>Employees</th> <td id="num_employees">{{ get_satisfaction.stats.employees | number_with_delimiter }}</td> </tr> </table> {% endif %}