Files

6 lines
127 B
Smarty
Raw Permalink Normal View History

2025-09-07 22:09:54 +02:00
{% if environment == "longtable" %}
{% include "latex_longtable.tpl" %}
{% else %}
{% include "latex_table.tpl" %}
{% endif %}