{% extends "ndf/mis_base.html" %} {% load i18n %} {% load ndf_tags %} {% load pagination_tags %} {% block head %} {% endblock %} {% block body_content %}
{{ node.member_of_names_list.0 }}
Edited {{ node.last_update|timesince }} ago by {{node.user_details_dict.modified_by}}
Versions
{% for seq_no, version_no in node.version_dict.items|slice:"-6:" reversed %}
{% if forloop.last and forloop.counter > 5 %}
. . .
{% else %}
{{version_no}}
{% endif %}
{% endfor %}