{% load i18n %}
{% trans "Applications" %} {% if add_url %} {% trans "Assign" %} {% endif %}
{% if deployments %} {% for dep in deployments %} {% endfor %}
{% trans "Application" %} {% trans "Role" %} {% trans "Port" %}
{{ dep.application }} {{ dep.get_role_display }} {{ dep.port|default:"-" }}
{% if total_count > 5 %} {% endif %} {% else %}

{% trans "No applications assigned" %}

{% if add_url %} {% trans "Assign Application" %} {% endif %}
{% endif %}