Test Smart Brain implementation
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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}
|