oef/templates/layout/read_all_header.html.tpl

15 lines
389 B
Smarty
Raw Normal View History

2019-11-04 15:00:46 +01:00
{{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}}