blob: 96438e1b63ab2cbe9b4970f647c7a38aab9f73d2 (
plain)
1
2
3
4
|
{% load i18n %}
{% trans "This literal should be included." %}
{% blocktrans %}I think that 100% is more that 50% of anything.{% endblocktrans %}
{% blocktrans with 'txt' as obj %}I think that 100% is more that 50% of {{ obj }}.{% endblocktrans %}
|