Test Smart Brain implementation
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
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}
|