{% extends "reports/base.html" %} {% load base_filters %} {% load article_tags %} {% block content %}
{% article_nav request.user %}

{% trans "Article Reporting Options" %}

{% trans "Article times read. Click the article headline to view the article. Click the numbers on the left to view those specific views. Blank headlines means the article was probably deleted but the view records are still kept for accurate reporting." %}" {% for item in stats %} {% if item.article %} {% else %} {% endif %} {% endfor %}
{% trans "Viewed" %} {% trans "Name" %} {% trans "Views / Day" %} {% trans "Created" %}
{{ item.count }}{{ item.article }} {{ item.per_day|floatformat:2 }} {{ item.article.create_dt|date:"short" }}{{ item.headline }} <deleted> <deleted>
{% endblock content %}