{% extends "mail/base.html" %} {% load i18n %} {% block content %} {% if change.action == 55 %}
{{ change.get_details_display }}
{% else %}{% blocktrans %}Contributor license agreement for component {{ component }} was changed.{% endblocktrans %}
{% if old %}{% trans "Old agreement:" %}
{{ old }}
{% else %}{% trans "There was no contributor license agreement before." %}
{% endif %} {% if target %}{% trans "New agreement:" %}
{{ target }}
{% else %}{% trans "Contributor license agreement was removed." %}
{% endif %} {% endif %} {% endblock %}