{% 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 supports all games unless otherwise stated, confirm this using 'Supports all games'") }}
{{ _("Nothing to do :)") }}
{% endfor %}{{ _("Click the button below to confirm that all games without listed supported_games (red text above) do support all games, except for any games listed in unsupported_games.") }}
{% endblock %}