{% extends "layouts/base.html" %} {% block title %}Add Note - TryoutPro{% endblock %} {% block page_title %}Add Personal Note{% endblock %} {% block breadcrumb %}Home / My Notes / Add Note{% endblock %} {% block content %}

Add Personal Note

{% if org_team %} {{ org_team.name }} {% endif %}

These notes will only be visible to the selected player.

Link this note to a specific match, tryout, or team for better organization.

{% endblock %}