{% extends "account/base.html" %} {% load staticfiles %} {% load humanize %} {% block page_content %}
Your Heatherr Slack accounts
{% for account in user.slackaccount_set.all %} {% endfor %}
Team Name Created at
{{forloop.counter}} {{account.team_name}} {{account.updated_at|naturaltime}}
{% endblock %}