This is an example consumer
It is embedded in the {{ brand_description }} provider framework
for QA purposes only. You can see this page because you have TESTING=True
in your settings.
{% if messages %}
{% for message in messages %}
{% endfor %}
{% endif %}
{% if url %}
You authenticated as {{ url|escape }}
{% if sreg %}
Simple Registration data returned:
{% for pair in sreg %}
- {{ pair.0 }}: {{ pair.1 }}
{% endfor %}
{% else %}
The server returned no Simple Registration data.
{% endif %}
{% if teams %}
You are currently member of the following teams:
{% for team in teams %}
- {{ team }}
{% endfor %}
{% else %}
The server returned no teams data.
{% endif %}
{% endif %}
Test logout