7 lines
205 B
HTML
7 lines
205 B
HTML
|
{{extend 'layout.html'}}
|
||
|
<!-- begin "uninstall" block -->
|
||
|
<h2>{{=T('Are you sure you want to uninstall application "%s"?', app)}}</h2>
|
||
|
<div class="center">
|
||
|
{{=dialog}}
|
||
|
</div>
|
||
|
<!-- end "uninstall" block -->
|