{% extends 'pootest/base.html' %} {% load i18n %} {% load humanize %} {% block content %}
{% translate "Corporation Structures" %}
{% if error %} {% endif %} {% if structures %}

{{ structure_count }} structure{{ structure_count|pluralize }} found.

{# One structure per line #}
{% for name in structures %}{{ name }}
{% endfor %}
{% elif not error %}

{% translate "No structures found for this corporation." %}

{% endif %} {% translate "Back" %}
{% endblock %}