12 lines
448 B
TeX
12 lines
448 B
TeX
|
{%- 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}
|