Test Smart Brain implementation
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
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}
|