from branca.element import Template, MacroElement
template = """
{% macro html(this, kwargs) %}
jQuery UI Draggable - Default functionality
Legend / Nomenclature / مفتاح الخريطة
- All the Villages / Tous les villages / جميع القرى
- Rescue / Secours / إغاثة
- Medical Assistance / Assistance Médicale / مساعدة طبية
- Shelter / Abris / مأوى
- Food & Water / Nourriture et eau / طعام وماء
- Danger / Danger /مخاطر (تسرب الغاز، تلف في الخدمات العامة...)
- Done / terminée / تم
- Partial / Partiellement terminée / تم جزئيا
- Planned / Prévue / مخطط لها
{% endmacro %}"""
legend_macro = MacroElement()
legend_macro._template = Template(template)
__all__ = ["legend_macro"]