{% extends "admin.html" %} {% block headtitle %}Affiliates - Administration - {{ block.super }}{% endblock %} {% block content %}
{% if affiliates %} {% for affiliate in affiliates %} {% endfor %}
Name Identifier Link
{{ affiliate.name }} {{ affiliate.identifier }} http://{{ request.META.HTTP_HOST }}/products/safe-worker/?afid={{ affiliate.identifier }}
{% else %}

No Affiliates found.

{% endif %} {% endblock %}