# For Django SDK, is functionality similar to blocktrans template tag supported?

**URL:** https://community.transifex.com/t/for-django-sdk-is-functionality-similar-to-blocktrans-template-tag-supported/1953
**Category:** Transifex Native
**Tags:** editor, transifex-native
**Created:** [July 14, 2020, 9:17am UTC](https://community.transifex.com/t/for-django-sdk-is-functionality-similar-to-blocktrans-template-tag-supported/1953 "2020-07-14T09:17:32Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![nina](https://yyz2.discourse-cdn.com/flex030/user_avatar/community.transifex.com/nina/32/13_2.png) [@nina](https://community.transifex.com/u/nina)
#### Post date: [July 14, 2020, 9:17am UTC](https://community.transifex.com/t/for-django-sdk-is-functionality-similar-to-blocktrans-template-tag-supported/1953/1 "2020-07-14T09:17:33Z")

</div>

Yes. The Native Django SDK supports all functionality found in Django’s i18n tags `{% trans %}` and `{% blocktrans %}`, in a unified `{% t %}` tag. The main difference is that in Native a single-line `{% t %}` conveniently supports any type of content (literal string, variable, a combination of both, metadata) and you only need to use `{% t %} / {% endt %}` to mark a multi-line phrase such as:

`{% t %}`  
`This phrase`  
`spans`  
`several lines.`  
`{% endt %}`

---

_[View the full topic](https://community.transifex.com/t/for-django-sdk-is-functionality-similar-to-blocktrans-template-tag-supported/1953)._
