{% extends 'public/base.html' %} {% block title %}Fleet participation{% endblock %} {% block page_title %}Fleet Participation{% endblock %} {% block content %}
{% if registered %}

Fleet registered!

{% elif expired%}

This link has expired.

{% elif errormessages%}

Something horrible happened. Shoot your FC!

{% else %}

Invalid link.

{% endif %}
{% for message in errormessages %} {% endfor %}
Fleet Stats
{% endblock %}