{% extends 'base.html' %} {% block title %}Events & Activities | APSS Nepal{% endblock %} {% block content %}
HOME   >   EVENTS

Events & Activities

A searchable archive of APSS seminars, policy dialogues, workshops, consultations, conferences and international exchanges.

{% for event in events %}
{{ event.event_date.strftime('%Y') if event.event_date else 'TBC' }}{{ event.event_date.strftime('%d %b') if event.event_date else '' }}
{{ event.category }}

{{ event.title }}

{{ event.summary }}

{{ event.location }}
{% else %}

No events found.

{% endfor %}
{% endblock %}