|
4 | 4 | {%- if outdated %}
|
5 | 5 | <divid="outdated-warning"style="padding: .5em; text-align: center; background-color: #FFBABA; color: #6A0E0E;">
|
6 | 6 | {% trans %}This document is for an old version of Python that is no longer supported.
|
7 |
| - You should upgrade, and read the{% endtrans %} |
8 |
| -<ahref="/3/{{ pagename }}{{ file_suffix }}">{% trans %}Python documentation for the current stable release{% endtrans %}</a>. |
| 7 | + You should upgrade, and read the{% endtrans %} |
| 8 | +<ahref="/3/{{ pagename }}{{ file_suffix }}">{% trans %}Python documentation for the current stable release{% endtrans %}</a>. |
9 | 9 | </div>
|
10 | 10 | {%- endif %}
|
11 | 11 |
|
12 | 12 | {%- if is_deployment_preview %}
|
13 | 13 | <divid="deployment-preview-warning"style="padding: .5em; text-align: center; background-color: #fff2ba; color: #6a580e;">
|
14 | 14 | {% trans %}This is a deploy preview created from a<ahref="{{ repository_url }}/pull/{{ pr_id }}">pull request</a>.
|
15 |
| - For authoritative documentation, see{% endtrans %} |
16 |
| -<ahref="https://docs.python.org/3/{{ pagename }}{{ file_suffix }}">{% trans %}the current stable release{% endtrans %}</a>. |
| 15 | + For authoritative documentation, see{% endtrans %} |
| 16 | +<ahref="https://docs.python.org/3/{{ pagename }}{{ file_suffix }}">{% trans %}the current stable release{% endtrans %}</a>. |
17 | 17 | </div>
|
18 | 18 | {%- endif %}
|
19 | 19 | {% endblock %}
|
|