the language column{{ languages | length | pluralize }} to correct any
information.
+ {% for lang in languages %}
+ {% if lang.is_incomplete %}
+
+ {{ lang.name }} ({{ lang.version }})'s thesaurus is incomplete. Please help us improve by
+
+ adding or correcting information
+
+ for this language.
+
+ {% endif %}
+ {% endfor %}
{% for category in categories %}
@@ -38,14 +49,6 @@
Concept
{{ lang.name }}'s Implementation
- {% with i=forloop.counter %}
- {% if category.is_incomplete|slice:i|last %}
-