2018-10-29 17:44:39 +00:00
|
|
|
<h1><img src="{{$baseurl}}/images/friendica-32.png"> {{$title}}</h1>
|
|
|
|
<h2>{{$pass}}</h2>
|
|
|
|
|
|
|
|
{{foreach $checks as $check}}
|
|
|
|
<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}}
|