{% blocktrans %} Tag

older spelling of blocktranslate.

Utility As Markdown

Argument(s)
[with …] [count …] [trimmed]
Closing tag
Required — {% endblocktrans %}
Requires
{% load i18n %}

Documentation

The original name for {% blocktranslate %}, kept working for the benefit of templates written before the rename. New templates should use {% blocktranslate %}.

Template

{% load i18n %}
{% blocktrans %}Hello{% endblocktrans %}

More Utility Tags

All Utility Tags


Did we get something wrong? Is there a use case for the blocktrans tag that we should add? Please let us know.

Send Feedback

Official Documentation
This page last updated on August 20, 2026