{% extends 'expat_life/base.html' %} {% load static %} {% load expat_extras %} {% block title %}Resources | Live in Sri Lanka{% endblock %} {% block content %}
Guides, Downloads & Media

Sri Lanka Living Guide

Learn more about comfortable long-stay living in Sri Lanka through multilingual guides, presentations, audio, and video overviews.

Select Your Language:
All {% for code, name in language_choices %} {{ code|language_flag }} {{ name }} {% endfor %}

Available Resources {{ resources|length }}

{% if resources %}
{% for resource in resources %}
{{ resource.get_language_display }}
{{ resource.title }}
{% if resource.full_brochure_pdf %} Full Brochure PDF {% endif %} {% if resource.summary_overview_pdf %} Summary Overview PDF {% endif %} {% if resource.presentation_pdf %} Presentation PDF {% endif %} {% if resource.audio_file %} Download Audio Guide
{% endif %} {% if resource.video_link %} {% with resource.video_link|video_embed_url as embed_url %} {% if embed_url %}
{% endif %} {% endwith %} {% endif %} {% if not resource.full_brochure_pdf and not resource.summary_overview_pdf and not resource.presentation_pdf and not resource.audio_file and not resource.video_link and not resource.digital_nomad_visa_process_pdf and not resource.digital_nomad_visa_presentation_pdf and not resource.digital_nomad_visa_audio_file %}

No files attached yet.

{% endif %}
{% if resource.digital_nomad_visa_process_pdf or resource.digital_nomad_visa_presentation_pdf or resource.digital_nomad_visa_audio_file %}
Digital Nomad Visa Process
{% endif %} {% if resource.digital_nomad_visa_process_pdf %} Visa Process Document {% endif %} {% if resource.digital_nomad_visa_presentation_pdf %} Illustrative Presentation {% endif %} {% if resource.digital_nomad_visa_audio_file %} Visa Audio Explainer
{% endif %}
{% endfor %}
{% else %}
No resources found

{% if selected_lang and selected_lang != 'all' %} No resources available in this language yet. Try selecting a different language. {% else %} No resources have been published yet. Check back soon. {% endif %}

View all languages
{% endif %}
{% endblock %}