{% extends "base.html" %} {% block title %}{% if user %}Edit {{ user.name }}{% else %}New User{% endif %} - MyWhoosh Garmin Sync{% endblock %} {% block content %}

{% if user %}Edit User{% else %}New User{% endif %}

{% if user %}

Leave blank to keep the existing password.

{% endif %} {% if user %}

Leave blank to keep the existing password.

{% endif %}
{% endblock %}