{% include 'includes/head.html' %}
{% include 'includes/header.html' %} {% if creators %}
All Creators
{% for c in creators %}
{{ c.user.username }}
- profile created {{ c.create_date | humanize }}
{% endfor %}
{% endif %} {% include 'includes/footer.html' %}
{% include 'includes/scripts.html' %}