{% extends "template.html" %} {% load cmtags %} {% block extrahead %} {% endblock %} {% block breadcrumbs %}{{block.super}}
  • Diff
  • {%endblock%} {% block content %}

    Diff: {{o.handler_class_name}}::{{o.repo_path}}

    Object info
    ID{{o.id}}
    Repo Path{{o.repo_path}}
    From Revision{{r1}}
    To Revision{{r2}}
    Categories{% for c in o.categories.all %} {{c}} {% endfor %}
    {%ifequal mode "2"%} Unified Diff Two column mode {%else%} Unified Diff Two column mode {%endifequal%}
    Diff
    {{diff|safe}}
    {%ifequal mode "2"%} Legend:
       Added
       Removed
       Modified {% endifequal %}
    {% csrf_token %} {% for rev in o.revisions %} {% endfor %}
    Revisions
    {{rev.revision}} {{rev.date}}
    {%endblock%}