{% extends 'base.html' %} {% load static %} {% load i18n %} {% block intro %}

{% trans "Meet the Team!" %}

{% trans "Members from around the world" %}

{% blocktrans %} Meet the team behind OpenCovid and learn a bit more about their background. {% endblocktrans %}

{% endblock intro %} {% block main %}
{% comment %}
{{ persons }}
{% endcomment %}
{% endblock main %}