parts/django/tests/regressiontests/makemessages/templates/test.html
changeset 307 c6bca38c1cbf
equal deleted inserted replaced
306:5ff1fc726848 307:c6bca38c1cbf
       
     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 %}