aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/hq.tpl
blob: bd27250e617f75b58f3508b2c4f4d9b0a9d3a19c (plain) (blame)
1
2
3
4
5
6
7
8
9
{{if $no_messages}}
<div class="alert alert-warning alert-dismissible fade show" role="alert">
	{{$no_messages_label}}
	<button type="button" class="close" data-dismiss="alert" aria-label="Close">
		<span aria-hidden="true">&times;</span>
	</button>
</div>
{{/if}}