| Name | Size | Mode | Actions |
|---|---|---|---|
| index.html | 1524 | 0644 | editdlrm |
| layout.html | 111 | 0644 | editdlrm |
| subtemplate.html | 13 | 0644 | editdlrm |
/usr/share/doc/python3-jinja2/ext/django2jinja/templates/index.html (1524B)
{% debug %}
{% blocktrans with book|title as book_t and author|title as author_t %}
This is {{ book_t }} by {{ author_t }}
{% endblocktrans %}
{% blocktrans count list|length as counter %}
There is only one {{ name }} object.
{% plural %}
There are {{ counter }} {{ name }} objects.
{% endblocktrans %}
{% blocktrans with name|escape as name count list|length as counter %}
There is only one {{ name }} object.
{% plural %}
There are {{ counter }} {{ name }} objects.
{% endblocktrans %}
{% blocktrans %}This string will have {{ value }} inside.{% endblocktrans %}
{% trans "This is the title." %}
{% regroup people by gender as grouped %} {% endblock %}