{% load i18n %}
| {% trans "Application" %} | {% trans "Role" %} | {% trans "Port" %} |
|---|---|---|
| {{ dep.application }} | {{ dep.get_role_display }} | {{ dep.port|default:"-" }} |
{% trans "No applications assigned" %}
{% if add_url %} {% trans "Assign Application" %} {% endif %}