{% extends "base.html" %} {% block stylesheets %} {% endblock %} {% block content %}

Join Team

{% for info in infos %} {% endfor %} {% for error in errors %} {% endfor %}
{% endblock %} {% block scripts %} {% endblock %}