19 |
20 | {%- if show_copyright %}
21 | {%- if hasdoc('copyright') %}
22 | {% trans path=pathto('copyright'), copyright=copyright|e %}© Copyright {{ copyright
23 | }}.{% endtrans %}
24 | {%- else %}
25 | {% trans copyright=copyright|e %}© Copyright WeBASE 2021.{% endtrans %}
26 |
27 | {%- endif %}
28 | {%- endif %}
29 |
30 | {% trans %}本技术文档适用于WeBASE 1.0及以上版本{%
31 | endtrans %}。
32 | {%- if build_id and build_url %}
33 | {% trans build_url=build_url, build_id=build_id %}
34 |
35 | Build
36 | {{ build_id }}.
37 |
38 | {% endtrans %}
39 | {%- elif commit %}
40 | {% trans commit=commit %}
41 |
42 | Revision {{ commit }}
.
43 |
44 | {% endtrans %}
45 | {%- elif last_updated %}
46 | {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
47 | {%- endif %}
48 |
49 |
50 |
51 |
52 | {%- if show_sphinx %}
53 | {% trans %}Built with