{% extends 'wizard/base.html' %} {% block content %}

Test-Grid

Übersicht Datenbasis

  • Artikel: {{ articles.count }}
  • Medien: {{ media.count }}
  • Themen: {{ tags.count }}
  • Pressespiegel: {{ files.count }}
  • Nutzer: {{ users.count }}
  • Artikel pro Thema: {{ ratio.apt }}
  • Themen pro Artikel: {{ ratio.tpa }}

Top Medien

    {% for medium in media.top %}
  • {{ medium.name }}: {{ medium.count }}
  • {% empty %} {% endfor %}

Top Tags

    {% for tag in tags.top %}
  • {{ tag.name }}: {{ tag.count }}
  • {% empty %} {% endfor %}
1 of 3
2 of 3
3 of 3
{% endblock %}