{% extends "base_foundation.html" %} {% load i18n %} {% block og_title %}{% translate "Meeting minutes archive" %}{% endblock %} {% block og_description %}{% blocktranslate with month=month|date:"F, Y" %}View meeting minutes for {{ month }}{% endblocktranslate %}{% endblock %} {% block content %}

{% blocktranslate with month=month|date:"F, Y" %}Meeting minutes archive: {{ month }}{% endblocktranslate %}

{% endblock content %}