{% extends "header.html" %} {% import 'macros.html' as macros %} {% import 'wtf-fork.html' as wtf %} {% import 'elements.html' as elm %} {% block title %} Diff: {{ group }} {% endblock %} {% block content %}

{{ group }}

{{ macros.group_links(group) }}
{% for key, value in diff.items() %} {% if key not in ['new_hosts', 'del_hosts'] %} {% endif %} {% endfor %}
Online Trunk Delta
{{ rename.get(key, key) }} {{ value[0] }} {% if key in ['porto_limits.memory_guarantee', 'porto_limits.memory_limit'] %} GB {% endif %} {{ value[1] }} {% if key in ['porto_limits.memory_guarantee', 'porto_limits.memory_limit'] %} GB {% endif %} {{ value[2] }} {% if key in ['porto_limits.memory_guarantee', 'porto_limits.memory_limit'] %} GB {% endif %}
{% for key, value in diff.items() %} {% if key in ['new_hosts', 'del_hosts'] %} {% endif %} {% endfor %}
Field Delta
{{ rename.get(key, key) }} {% for host in value[2] %} {{ host }}
{% endfor %}
{{ elm.footer() }} {% endblock %}