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

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

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