{% extends "base.html" %} {% block title -%} {{ _("Support packages") }} {%- endblock %} {% block description -%} {{ _("Some content creators are accepting donations for their work.") }} {{ _("Donations are a great way to support your favorite modders, artists, and game developers.") }} {% endblock %} {% macro authorlink(author) %} {{ author.display_name }} {% endmacro %} {% macro render_packages(packages) %}
{{ self.description() }}
{{ _("No reviewed packages accepting donations. Considering reviewing your favourite packages") }}
{% else %}{{ _("Sign in to see recommendations based on the packages you've reviewed") }}
{% endif %}{{ _("%(count)d packages are looking for donations", count=packages_count) }}
{% endblock %}