{% block head %}{% endblock %}
Home
Flavors
Images
Servers
Users
Invitations
{% if all_states %}
Filter by state:
{% for state in all_states %}
{{ state }}
{% endfor %}
{% endif %} {% block body %}{% endblock %}