{% extends "base_site.html" %} {% load staticfiles %} {% block title %}Groups - Charter{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block breadcrumbs %}{{ block.super }} » Groups » {{ group.acronym }} » Charter {% endblock %} {% block content %}

Groups - Charter

    {% if charter_txt %}{{ charter_text }}{% else %}Charter not found.{% endif %}
    
{% endblock %}