We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00279a4 commit ae763dcCopy full SHA for ae763dc
template.html
@@ -35,9 +35,13 @@ <h1>Python Docs Translation Dashboard</h1>
35
{% endif %}
36
</td>
37
<td data-label="visitors">
38
- <a href="https://plausible.io/docs.python.org?filters=((contains,page,(/{{ language }}/)))" target="_blank">
39
- {{ '{:,}'.format(visitors) }}
40
- </a>
+ {% if build %}
+ <a href="https://plausible.io/docs.python.org?filters=((contains,page,(/{{ language }}/)))" target="_blank">
+ {{ '{:,}'.format(visitors) }}
41
+ </a>
42
+ {% else %}
43
+ 0
44
+ {% endif %}
45
46
<td data-label="translators">{{ translators }}</td>
47
<td data-label="completion">
0 commit comments