{% extends "base.html" %} {% block title %}HoopScout | Player Search{% endblock %} {% block content %}

Player Search

Filter players by profile, context, and production metrics.

{{ search_form.q }}
{{ search_form.sort }}
{{ search_form.page_size }}
Reset
{{ search_form.nominal_position }}
{{ search_form.inferred_role }}
{{ search_form.nationality }}
{{ search_form.competition }}
{{ search_form.team }}
{{ search_form.season }}
Physical and age filters
{{ search_form.age_min }}
{{ search_form.age_max }}
{{ search_form.height_min }}
{{ search_form.height_max }}
{{ search_form.weight_min }}
{{ search_form.weight_max }}
Statistical filters
{{ search_form.games_played_min }}
{{ search_form.games_played_max }}
{{ search_form.minutes_per_game_min }}
{{ search_form.minutes_per_game_max }}
{{ search_form.points_per_game_min }}
{{ search_form.points_per_game_max }}
{{ search_form.rebounds_per_game_min }}
{{ search_form.rebounds_per_game_max }}
{{ search_form.assists_per_game_min }}
{{ search_form.assists_per_game_max }}
{{ search_form.steals_per_game_min }}
{{ search_form.steals_per_game_max }}
{{ search_form.blocks_per_game_min }}
{{ search_form.blocks_per_game_max }}
{{ search_form.turnovers_per_game_min }}
{{ search_form.turnovers_per_game_max }}
{{ search_form.fg_pct_min }}
{{ search_form.fg_pct_max }}
{{ search_form.three_pct_min }}
{{ search_form.three_pct_max }}
{{ search_form.ft_pct_min }}
{{ search_form.ft_pct_max }}
{{ search_form.efficiency_metric_min }}
{{ search_form.efficiency_metric_max }}
{% include "players/partials/results.html" %}
{% endblock %}