{% comment "License" %} % Copyright (c) 2019 ISP RAS (http://www.ispras.ru) % Ivannikov Institute for System Programming of the Russian Academy of Sciences % % Licensed under the Apache License, Version 2.0 (the "License"); % you may not use this file except in compliance with the License. % You may obtain a copy of the License at % % http://www.apache.org/licenses/LICENSE-2.0 % % Unless required by applicable law or agreed to in writing, software % distributed under the License is distributed on an "AS IS" BASIS, % WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. % See the License for the specific language governing permissions and % limitations under the License. {% endcomment %} {% load tz %} {% load i18n %}
{{ data.v1.change_date|date:"r" }} {% if data.v1.author %} ({{ data.v1.author.get_full_name }}) {% endif %} {% if data.v1.comment %} : {{ data.v1.comment }} {% endif %}
{{ data.v2.change_date|date:"r" }} {% if data.v2.author %} ({{ data.v2.author.get_full_name }}) {% endif %} {% if data.v2.comment %} : {{ data.v2.comment }} {% endif %}
{% if data.verdict %}{% if data.v1.description %}{{ data.v1.description }}{% else %}{% endif %}
{% if data.v2.description %}{{ data.v2.description }}{% else %}{% endif %}
{% endif %}