{% extends "dictionary/announcements/base.html" %} {% load i18n filters %} {# Variables created outside of a {% block %} using the template tag as syntax can’t be used inside the block #} {% block title %}{% blocktrans with date_month=month|date:"F Y"|i18n_lower %}{{ date_month }} announcements{% endblocktrans %}{% endblock %} {% block crumb %} » {% blocktrans with date_month=month|date:"F Y"|i18n_lower %}{{ date_month }} announcements{% endblocktrans %} {% endblock %}