| {% 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 %} |
| {% 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 %} |