<p>{% trans %}Hello {{ user }}!{% endtrans %}</p>
{% trans count=list|length %} There is {{ count }} {{ name }} object. {% pluralize %} There are {{ count }} {{ name }} objects. {% endtrans %}
{{ _('Hello World!') }}