2022-04-28 10:41:26 +00:00
|
|
|
<h1><img width="32" height="32" src="{{$baseurl}}/images/friendica.svg"> {{$title}}</h1>
|
2018-10-29 17:44:39 +00:00
|
|
|
<h2>{{$pass}}</h2>
|
|
|
|
|
|
|
|
{{foreach $checks as $check}}
|
2020-12-20 03:47:07 +00:00
|
|
|
<img src="{{$baseurl}}/view/install/red.png" alt="{{$requirement_not_satisfied}}">
|
2018-12-21 05:05:31 +00:00
|
|
|
{{$check.title nofilter}}
|
|
|
|
<textarea rows="24" cols="80">{{$check.help nofilter}}</textarea>
|
2018-10-29 17:44:39 +00:00
|
|
|
{{/foreach}}
|
|
|
|
|
2018-12-21 05:05:31 +00:00
|
|
|
{{$text nofilter}}
|