{% extends "base.html" %} {% block title %} Warning #{{ object.id }} {% endblock %} {% block content %}
{{object.program}}
| Acc# | Lval | Occurs at | Locks held | Access path | Loses lock at |
|---|---|---|---|---|---|
| 1 | {% ifchanged group.grouper.lval %} {{ group.grouper.lval.printed|escape }} {% endifchanged %} | {{ group.grouper.occurs_at }} | {% ifchanged group.grouper.locks %} [{% for l in group.grouper.locks.all %} {{ l|escape }} {% endfor %}] {% endifchanged %} | {% ifchanged group.grouper.accessed_through %} {{ group.grouper.accessed_through }} {% endifchanged %} | {% ifchanged group.grouper.accessed_through.empty_ls %} {{ group.grouper.accessed_through.empty_ls }} {% endifchanged %} | {% endfor %} {% for group in acc2_groups %}
| 2 | {% ifchanged group.grouper.lval %} {{ group.grouper.lval.printed|escape }} {% endifchanged %} | {{ group.grouper.occurs_at }} | {% ifchanged group.grouper.locks %} [{% for l in group.grouper.locks.all %} {{ l|escape }} {% endfor %}] {% endifchanged %} | {% ifchanged group.grouper.accessed_through %} {{ group.grouper.accessed_through }} {% endifchanged %} | {% ifchanged group.grouper.accessed_through.empty_ls %} {{ group.grouper.accessed_through.empty_ls }} {% endifchanged %} | {% endfor %}
Labels: {% if labels %} labels is here! {% endif %} {{ labels }} {% for label in labels %} {{ label }} {% endfor %}
{% endblock %}