{% extends "helpapp/base_help.html" %} {% block title %}Dashboard — {{ helpapp_brand_name|default:"Help Center" }}{% endblock %} {% block content %}
Everything about your Help Center, at a glance.
Articles
{{ total_articles }}
{{ published_count }} published · {{ draft_count }} draft
Categories
{{ total_categories }}
Used to organize articles
Feedback
{% if helpful_rate is not None %}{{ helpful_rate }}%{% else %}—{% endif %}
{% if total_feedback %}found helpful ({{ total_feedback }} responses){% else %}no responses yet{% endif %}
Announcements
{{ active_announcements|length }}
Currently active
{{ article.title }}
{{ article.category.name|default:"Uncategorized" }} · updated {{ article.updated_at|date:"M j, Y" }}
No articles yet.
{% endif %}{{ item.title }}
{{ item.get_level_display }}Nothing active right now.
{% endif %}{{ entry.article.title }}
{% if entry.was_helpful %}Helpful{% else %}Not helpful{% endif %}{{ entry.comment }}
{% endif %}No feedback submitted yet.
{% endif %}