diff --git a/template.html.jinja b/template.html.jinja index 1fefcff66..60129a321 100644 --- a/template.html.jinja +++ b/template.html.jinja @@ -3,6 +3,7 @@ Python Docs Translation Dashboard +

Python Docs Translation Dashboard

@@ -10,8 +11,7 @@ language - contribute - build + switcher visitors* translators completion @@ -20,17 +20,14 @@ {% for project in completion_progress | sort(attribute='completion,translators.number') | reverse %} - {{ project.language.name }} ({{ project.language.code }}) - - {% if project.contribution_link %}{% endif %} - {% if project.uses_platform %}platform{% else %}repository{% endif %} - {% if project.contribution_link %}{% endif %} + + {{ project.language.name }} ({{ project.language.code }}) - {% if project.built %} - ✓{% if project.in_switcher %} in switcher{% endif %} - {% else %} - ✗ + {% if project.in_switcher %} + + {% elif project.built %} + {% endif %}