13 lines
325 B
TeX
Raw Normal View History

2020-01-26 16:19:29 +01:00
{%- 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}