{% extends "mail/base.html" %} {% load i18n %} {% block content %} {% if change.action == 55 %}

{{ change.get_details_display }}

{% else %}

{% blocktrans %}Contributor agreement for component {{ component }} was changed.{% endblocktrans %}

{% if old %}

{% trans "Old agreement:" %}

{{ old }}

{% else %}

{% trans "There was no contributor agreement before." %}

{% endif %} {% if target %}

{% trans "New agreement:" %}

{{ target }}

{% else %}

{% trans "Contributor agreement was removed." %}

{% endif %} {% endif %} {% endblock %}