Changes between Version 3 and Version 4 of TemplateTagsCheatSheet


Ignore:
Timestamp:
Jan 18, 2007, 12:39:48 PM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TemplateTagsCheatSheet

    v3 v4  
    1616
    1717 * {% for o in some_list %} ... {% endfor %}
    18  ** {% ifchanged %} (Content to check status of) {% endifchanged %}
     18 * {% ifchanged %} (Content to check status of) {% endifchanged %}
    1919 * {% if <var> %} ... {% endif %}
    2020 * {% if[not]equal user.id comment.user_id %} ... [{% else %}] ... {% endif[not]equal %}
Back to Top