13 righe
325 B
TeX
13 righe
325 B
TeX
{%- import 'macros.tex' as macros %}
|
|
\begin{tabu} to \linewidth {lX}
|
|
\toprule
|
|
{\bf System Information} & \\
|
|
\midrule
|
|
{%- for key in system_information %}
|
|
{%- if key != "Description" %}
|
|
{{macros.latex_filter(key)}} & {{macros.latex_filter(data.system_information[key])}} \\
|
|
{%- endif %}
|
|
{%- endfor %}
|
|
\bottomrule
|
|
\end{tabu}
|