File tree 1 file changed +11
-8
lines changed
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 3
3
<title >Python Docs Translation Dashboard</title >
4
4
<link rel =" stylesheet" href =" style.css" >
5
5
<meta charset =" UTF-8" >
6
+ <meta name =" description" content =" Python Docs Translation Dashboard" >
6
7
</head >
7
8
<body >
8
- <h1 >Python Docs Translation Dashboard</h1 >
9
+ <center >
10
+ <h1 >Python Docs Translation Dashboard</h1 >
11
+ </center >
9
12
<table >
10
13
<thead >
11
14
<tr >
20
23
<tbody >
21
24
{% for project in completion_progress | sort (attribute ='completion,translators.number' ) | reverse %}
22
25
<tr >
23
- <td data-label =" language" >{{ project.language.name }} ({{ project.language.code }})</td >
24
- <td data-label =" contribute" >
25
- {% if project .contribution_link %} <a href =" {{ project.contribution_link }}" target =" _blank" >{% endif %}
26
- {% if project .uses_platform %} platform{% else %} repository{% endif %}
27
- {% if project .contribution_link %} </a >{% endif %}
26
+ <td data-label =" language" >
27
+ <a href =" {{ project.contribution_link }}" target =" _blank" >{{ project.language.name }}</a >
28
+ ({{ project.language.code }})
28
29
</td >
29
30
<td data-label =" build" >
30
- {% if project .built %}
31
- <a href =" https://docs.python.org/{{ project.language.code }}/" target =" _blank" >✓{% if project .in_switcher %} in switcher{% endif %} </a >
31
+ {% elif project .in_switcher %}
32
+ <a href =" https://docs.python.org/{{ project.language.code }}/" target =" _blank" >✓</a >
33
+ {% elif project .built %}
34
+ <a href =" https://docs.python.org/{{ project.language.code }}/" target =" _blank" >□</a >
32
35
{% else %}
33
36
✗
34
37
{% endif %}
You can’t perform that action at this time.
0 commit comments