{% load i18n %}
{% trans "Applications" %}
{% if deployments or applications %} {% for app in applications %} {% endfor %} {% for dep in deployments %} {% endfor %}
{% trans "Application" %} {% trans "Type" %} {% trans "Host" %}
{{ app }} {% trans "Primary IP" %}
{{ dep.application }} {% trans "Deployment" %} {% if dep.host %}{{ dep.host }}{% else %}—{% endif %}
{% else %}
{% trans "No applications using this IP address." %}
{% endif %}