equal
deleted
inserted
replaced
|
1 {% load i18n %} |
|
2 {% trans "This literal should be included." %} |
|
3 {% blocktrans %}I think that 100% is more that 50% of anything.{% endblocktrans %} |
|
4 {% blocktrans with 'txt' as obj %}I think that 100% is more that 50% of {{ obj }}.{% endblocktrans %} |