]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/modules/donation-box.html
Add wishes to the donation page.
[people/shoehn/ipfire.org.git] / templates / modules / donation-box.html
index 0385916b7e88279d9be479d8c3a240ff24ef7390..44ee78c69dd979f1b4eba0b69af0d81223166a3d 100644 (file)
                        </p>
                </div>
        </div>
+
+       {% if wishlist_items %}
+               <hr>
+
+               <div class="row">
+                       <div class="col-md-12">
+                               <p class="ac">
+                                       <strong>{{ _("Did you know...?") }}</strong>
+
+                                       {% if lang == "de" %}
+                                               Du kannst die Implementierung deiner bevorzugten Funktion mit Hilfe einer Spende auf der
+                                               <a href="http://wishlist.ipfire.org/">IPFire Wunschliste</a> unterstützen!
+                                       {% else %}
+                                               You can support the implementation of your favorite feature on the
+                                               <a href="http://wishlist.ipfire.org/">IPFire wishlist</a>!
+                                       {% end %}
+                               </p>
+                               <br class="separator">
+
+                               {% module WishlistItems(wishlist_items) %}
+                       </div>
+               </div>
+       {% end %}
 </div>