{% extends "_base.html" %} {% load static %} {% load i18n %} {% block content %}
{% trans 'Here you can get an overview of the current translation status of your page content.' %}
{% trans "This overview show the approximate number of words of all outdated translations." %}
{% trans 'Language' %} | {% trans 'Words' %} | ||||
---|---|---|---|---|---|
{{ language.translated_name }} |
{{ word_count }} |
||||
{% trans 'No Language available.' %} | |||||
{% trans "Total" %} |
{{ total_outdated_words }} |