{% load i18n %} {% if corporations|length == 0 %} {% else %}
{% for corporation in corporations %}
  • {{ corporation.corporation.corporation_name }}
  • {% endfor %}
    {% endif %}