{% extends "base.html" %} {% from "macros.jinja" import window_vars with context %} {% block page %}
Back
More
{% raw %}
{{ extension.name}}
{{ extension.shortDescription }}
Depends on:  
{% endraw %}
Upgrade Uninstall
Install
Warning

You are about to remove the extension for all users.
Are you sure you want to continue?

Yes, Uninstall Cancel
Install
Close
{%raw%}
{{selectedExtension.name}}
Done
{%endraw%}
{% endblock %} {% block scripts %} {{ window_vars(user) }} {% endblock %}