{% extends "base.html" %} {% block title %}Grants & Funding — Jadwa AI{% endblock %} {% block content %}
GRANTS & FUNDING

المنح والتمويل

الكل {% for c in countries %} {{ c }} {% endfor %}
{% for g in grants %}

{{ g.name }}

{{ g.country }}

{{ g.name_ar }}

{{ g.description }}

Up to {{ "{:,.0f}".format(g.max_amount) }} {{ g.currency }} الموقع →
{% endfor %}
{% endblock %}