aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/install.tpl
blob: 5ab722b12362da6a2b115e827d140c6e9ae5d2d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div class="container mt-4 mb-4">
	<div class="jumbotron">
		<h1>{{$title}}</h1>
		<hr class="my-4">
		<h2><i class="fa fa-{{$icon}}"></i>&nbsp; {{$pass}}</h2>
	</div>

	{{if $status}}
	<div class="alert alert-danger">{{$status}}</div>
	{{/if}}

	<div class="alert alert-info">{{$text}}</div>
	<br>
	{{$what_next}}
</div>