{% extends "template/template.html" %} {% block extrahead %} {% endblock %} {% block breadcrumbs %}
{%endblock%} <{% block content %}ID | {{o.id}} |
Repo Path | {{o.repo_path}} |
Revision | {{r.revision}} |
Modified | {{r.date}} |
Categories | {% for c in o.categories.all %} {{c}} {% endfor %} |
{{content|safe}} |