Test Smart Brain implementation
Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
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}
|