{%extends "rolodex/base.html" %} {%load staticfiles%} {%block head%} {%endblock%} {%block content%}

{{tag.name}}


{%for org in tag.orgs%} {{org.orgName}}
{%endfor%} {%for peep in tag.peeps%} {{peep.firstName}} {{peep.lastName}}
{%endfor%}
{%endblock%}