{% extends "webapp_base.html" %} {% block content %} {% load i18n %}
{% load static %}

{% trans "Contact" %}

{% if committee_list %} {% for com in committee_list %}

{{ com.committee.name }}

{% if com.roles_list %} {% for role in com.roles_list %}
{{role.name}}

{{role.official.first_name}} {{role.official.last_name}} {{role.official.email}}

{% endfor %} {%endif%} {% endfor %} {% else%}

Ei Toimikuntia

{% endif %}
{% endblock %}