16 |
17 | {%- if show_copyright %}
18 | {%- if hasdoc('copyright') %}
19 | {% trans path=pathto('copyright'), copyright=copyright|e %}© Copyright, 2016 HPE .{% 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 | {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
40 | {%- endif %}
41 |
42 |
43 |
44 |
45 | {%- if show_sphinx %}
46 | {% trans %}{% endtrans %}
47 | {%- endif %}
48 |
49 | {%- block extrafooter %} {% endblock %}
50 |
51 |