5 |
6 | {%- if show_copyright %}
7 | {%- if hasdoc('copyright') %}
8 | {% trans path=pathto('copyright'), copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %}
9 | {%- else %}
10 | {% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %}
11 | {%- endif %}
12 | {%- endif %}
13 |
14 | {%- if build_id and build_url %}
15 | {% trans build_url=build_url, build_id=build_id %}
16 |
17 | Build
18 | {{ build_id }}.
19 |
20 | {% endtrans %}
21 | {%- elif commit %}
22 | {% trans commit=commit %}
23 |
24 | Revision {{ commit }}.
25 |
26 | {% endtrans %}
27 | {%- elif last_updated %}
28 | {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
29 | {%- endif %}
30 |
31 |
32 |
33 |
34 | {%- if show_sphinx %}
35 | {% trans %}Built with