{% extends "base.html" %} {% block title %}{% if editing %}Edit{% else %}Add{% endif %} Player - Pickleball ELO Tracker{% endblock %} {% block content %}

{% if editing %}✏️ Edit Player{% else %}➕ Add Player{% endif %}

{% include "components/nav.html" %}
{% if editing %}

This is the unified rating for all match types.

{% endif %}
Cancel
{% endblock %}