15 lines
389 B
Smarty
15 lines
389 B
Smarty
|
{{define "read_all_header"}}
|
||
|
<div class="karmen-info-header">
|
||
|
<div class="row">
|
||
|
<div class="col-md-8">
|
||
|
<h1>{{.options.title}} ({{.lengthData}})</h1>
|
||
|
</div>
|
||
|
<div class="col-md-4">
|
||
|
<div class="btn-group float-right">
|
||
|
{{template "create_button" dict "buttonTitle" .options.buttonTitle "modelPath" .modelPath}}
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
{{end}}
|