autoescape |
{% autoescape %} {% endautoescape %} |
autoescape_paste |
{% autoescape %} (paste) {% endautoescape %} |
block |
{% block %} {% endblock %} |
block_paste |
{% block %} (paste) {% endblock %} |
blocktrans |
{% blocktrans %} {% endblocktrans %} |
blocktrans_paste |
{% blocktrans %} (paste) {% endblocktrans %} |
blocktrans_with |
{% blocktrans with %} {% endblocktrans %} |
blocktrans_with_paste |
{% blocktrans with %} (paste) {% endblocktrans %} |
blocktranslate |
{% blocktranslate %} {% endblocktranslate %} |
blocktranslate_paste |
{% blocktranslate %} (paste) {% endblocktranslate %} |
blocktranslate_with |
{% blocktranslate as %} {% endblocktranslate %} |
blocktranslate_with_paste |
{% blocktranslate as %} (paste) {% endblocktranslate %} |
comment |
{# #} |
comment_block |
{% comment %} {% endcomment %} |
comment_paste |
{% comment %} (paste) {% endcomment %} |
csrf_token |
{% csrf_token %} |
cycle |
{% cycle %} |
debug |
{% debug %} |
elif |
{% elif %} |
else |
{% else %} |
empty |
{% empty %} |
endautoescape |
{% endautoescape %} |
endblock |
{% endblock %} |
endcomment |
{% endcomment %} |
endfilter |
{% endfilter %} |
endfor |
{% endfor %} |
endif |
{% endif %} |
endifchanged |
{% endifchanged %} |
endspaceless |
{% endspaceless %} |
endverbatim |
{% endverbatim %} |
endwith |
{% endwith %} |
extends |
{% extends '...' %} |
filter |
{% filter %} {% endfilter %} |
filter_paste |
{% filter %} (paste) {% endfilter %} |
firstof |
{% firstof %} |
for |
{% for %} {% endfor %} |
for_paste |
{% for %} (paste) {% endfor %} |
forempty |
{% forempty %} {% empty %} {% endfor %} |
forempty_paste |
{% forempty %} (paste) {% empty %} {% endfor %} |
if |
{% if %} {% endif %} |
if_paste |
{% if %} (paste) {% endif %} |
ifchanged |
{% ifchanged %} {% endifchanged %} |
ifchanged_paste |
{% ifchanged %} (paste) {% endifchanged %} |
ifelse |
{% if %} {% else %} {% endif %} |
ifelse_paste |
{% if %} (paste) {% else %} {% endif %} |
include |
{% include '...' %} |
lorem |
{% lorem %} |
now |
{% now %} |
regroup |
{% regroup %} |
regroup_example |
{% regroup %} (example) |
resetcycle |
{% resetcycle %} |
spaceless |
{% spaceless %} {% endspaceless %} |
spaceless_paste |
{% spaceless %} (paste) {% endspaceless %} |
static |
{% static '...' %} |
static_paste |
{% static '(paste)' %} |
tag |
{% tag %} |
templatetag |
{% templatetag %} |
translate |
{% translate '' %} |
translate_paste |
{% translate '(paste)' %} |
url |
{% url '...' %} |
urlas |
{% url '...' as var %} |
urlpk |
{% url '...' pk=object.pk %} |
urlslug |
{% url '...' slug=object.slug %} |
verbatim |
{% verbatim %} {% endverbatim %} |
verbatim_paste |
{% verbatim %} (paste) {% endverbatim %} |
widthratio |
{% widthratio %} |
with |
{% with %} {% endwith %} |
with_paste |
{% with %} (paste) {% endwith %} |