Test Smart Brain implementation
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
1234567891011 |
- {%- import 'macros.tex' as macros %}
- \begin{tabu} to \linewidth {lX}
- \toprule
- {\bf Test object Information} & \\
- \midrule
- Test Object Name & {{macros.latex_filter(object_information.app_name)}} \\
- Test Object Vesion & {{macros.latex_filter(object_information.version.readable)}} \\
- GIT repository & {{macros.latex_filter(object_information.git.url)}}\\
- GIT reference & {{macros.latex_filter(object_information.git.ref)}}\\
- \bottomrule
- \end{tabu}
|