Dribdat
  • Dribs
  • {% if current_user and current_user.is_admin %}
  • Admin
  • {% endif %} {% if tabs %} {% for tab, link in tabs %}
  • {{ tab|capitalize }}
  • {% endfor %} {% else %} {% if current_user and current_user.is_authenticated %}
  • Post
  • {% else %}
  • Log in
  • {% endif %}
  • {% else %} href="{{ url_for('public.all_participants') }}"> {% endif %} People
  • {% endif %}
Team Event