| Index: pages/uninstalled.tmpl | 
| =================================================================== | 
| --- a/pages/uninstalled.tmpl | 
| +++ b/pages/uninstalled.tmpl | 
| @@ -11,16 +11,18 @@ | 
| ("7v0", "reason-difficult", "I find it difficult to use Adblock Plus.", ""), | 
| ] %} | 
| <head> | 
| <meta name="robots" content="noindex" /> | 
| <link href="/css/uninstalled.css" rel="stylesheet"> | 
| </head> | 
| +<? include reinstall ?> | 
| + | 
| <section id="uninstall-reasons"> | 
| <div id="content" class="container content"> | 
| <h1>{{ title | translate("title") }}</h1> | 
| <p class="lead">{{ "Please select the reason(s) why you uninstalled Adblock Plus:" | translate("reasons-header", "Form heading") }}</p> | 
| <form id="reasons-form" action="uninstalled-submit" method="get"> | 
| <fieldset> | 
| <ul id="reasons"> | 
| {%- for reasonId, stringId, value, adblockers in reasons %} | 
| @@ -70,11 +72,9 @@ | 
| </p> | 
| </form> | 
| <p class="disclaimer"> | 
| <small>{{ "By clicking Submit, you are sending your response to Adblock Plus. Please see our <a href='/privacy'>privacy policy</a>." | translate("disclaimer", "Disclaimer below form") }}</small> | 
| </p> | 
| </div> | 
| </section> | 
| -<? include reinstall ?> | 
| - | 
| <script src="/js/uninstalled.js"></script> |