Test Smart Brain implementation
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

object.tex 448B

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}