{% macro change(c) %} {% if c.repository %} {% endif %} {% if c.project %} {% endif %} {% if c.branch %} {% endif %} {% if c.rev %} {% endif %}
Changed by {{ c.who|email }}
Changed at {{ c.at }}
Repository {{ c.repository|repolink }}
Project {{ c.project|projectlink }}
Branch {{ c.branch|e }}
Revision {%- if c.revlink -%}{{ c.rev|e }} {%- else -%}{{ c.rev|revlink(c.repository) }} {%- endif -%}
{% if c.comments %}

Comments

{{ c.comments|changecomment(c.project) }}
{% endif %}

Changed files

{% if c.properties %}

Properties

{% for p in c.properties %} {% endfor %}
{{ p[0]|capitalize|e }} {{ p[1]|e }}
{% endif %} {%- endmacro %} {% macro box_contents(who, url, pageTitle) -%} {{ who|user }} {%- endmacro %}