16 |
17 | {%- if show_copyright %}
18 | {%- if hasdoc('copyright') %}
19 | {% trans path=pathto('copyright'), copyright=copyright|e %}© Copyright {{ copyright }}{% endtrans %}
20 | {%- else %}
21 | {% trans copyright=copyright|e %}© Copyright {{ copyright }}{% endtrans %}
22 | {%- endif %}
23 | {%- endif %}
24 |
25 | {%- if build_id and build_url %}
26 | {% trans build_url=build_url, build_id=build_id %}
27 |
28 | Build
29 | {{ build_id }}.
30 |
31 | {% endtrans %}
32 | {%- elif commit %}
33 | {% trans commit=commit %}
34 |
35 | Revision {{ commit }}
.
36 |
37 | {% endtrans %}
38 | {%- elif last_updated %}
39 |
40 | {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
41 |
42 | {%- endif %}
43 |
44 |
45 |
46 |
47 | {%- if show_sphinx %}
48 | {% trans %}Built with