{# templates/organization/edit_team_members.html #} {% extends "template_base.html" %} {% block title %}{% if organization %}{{ organization.organization_name }}{% endif %}: Team Members{% endblock %} {% block content %} {% load template_filters %} {% if not organization or not organization.we_vote_id %} This page requires a valid organization. {% else %} < Back to {% if organization %}{{ organization.organization_name }}{% else %}Endorser{% endif %} Summary
{{ error_message }}
{% endif %} {% endif %}