Test Smart Brain implementation
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011
  1. {%- import 'macros.tex' as macros %}
  2. \begin{tabu} to \linewidth {lX}
  3. \toprule
  4. {\bf Test object Information} & \\
  5. \midrule
  6. Test Object Name & {{macros.latex_filter(object_information.app_name)}} \\
  7. Test Object Vesion & {{macros.latex_filter(object_information.version.readable)}} \\
  8. GIT repository & {{macros.latex_filter(object_information.git.url)}}\\
  9. GIT reference & {{macros.latex_filter(object_information.git.ref)}}\\
  10. \bottomrule
  11. \end{tabu}