{% extends "main.html" %} {% set type_icons = { 'research': 'π¬', 'education': 'π¬', 'advocacy': 'π’', 'platform': 'π»', 'civic tech': 'π»', 'practice': 'π€', 'philanthropy': 'π€', 'cooperative': 'π€', 'party': 'π³οΈ', 'movement': 'π³οΈ', 'governance': 'βοΈ', 'government': 'βοΈ', 'media': 'πΊ' } %} {% block styles %} {{ super() }} {% endblock %} {% block content %} {{ super() }}
| Name | Type | Country | Status | Last active | Contact | Concepts |
|---|---|---|---|---|---|---|
|
{%- if file.page.meta.get('logo') %}
|
{{ type_icons.get(org_type, 'ποΈ') }} {{ org_type }} | {{ country }} | {%- if ca_date %} {{ ca_date }}{{ ca_method }} {%- else %}β{%- endif %} | {%- if contact.get('email') %}{{ contact.get('email') }}{%- endif %} {%- if contact.get('phone') %}{{ contact.get('phone') }}{%- endif %} {%- if contact.get('form') %}Contact form β{%- endif %} {%- for ch in contact.get('channels', []) or [] %} {{ ch.label or ch.type | capitalize }} β {%- endfor %} {%- if not contact.get('email') and not contact.get('phone') and not contact.get('form') and not contact.get('channels') %}β{%- endif %} | {%- for c in concepts %} {{ c | replace('-', ' ') | title }} {%- endfor %} |