{% 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%}
{%ifequal mode "2"%}
Legend:
Added
Removed
Modified
{% endifequal %}
{%endblock%}