{% extends "base.html" %} {% block title %} {{ _("Game Support for %(username)s", username=user.display_name) }} {% endblock %} {% block content %} {{ _("Help") }}
{{ _("You should specify the games supported by your mods and texture packs.") }} {{ _("Specifying game support makes it easier for players to find your content.") }} {{ _("If your package is game independent, confirm this using 'Supports all games'") }}
{{ _("Nothing to do :)") }}
{% endfor %}{{ _("Click the button below to confirm that the following packages do support all games, except for any games listed in unsupported_games:") }} {{ bulk_support_names }}
{% endif %} {% endblock %}