21 lines
474 B
Plaintext
21 lines
474 B
Plaintext
|
<table class="table table-hover writing-conferences-index">
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th class="col-md-2">{{th_title}}</th>
|
||
|
<th class="col-md-4">{{th_description}}</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
|
||
|
|
||
|
<tbody class="table" data-list="criterias" data-level="0">
|
||
|
<tr>
|
||
|
<td class="col-md-2">
|
||
|
<a class="index-content-title" href="{{link_to_show}}" target="_blank">{{title}}</a>
|
||
|
</td>
|
||
|
<td class="col-md-2">{{description}}</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
|
||
|
</table>
|
||
|
|
||
|
{{pagination_goes_here}}
|