5 lines
204 B
HTML
5 lines
204 B
HTML
{% if include.colspan.exists() %}
|
|
<th scope="row" colspan="{{include.colspan}}" class="row-header">{{include.header}}</th>
|
|
{% else %}
|
|
<th scope="row" class="row-header">{{include.header}}</th>
|
|
{% endif %} |