{% extends 'pootest/base.html' %} {% load i18n %} {% load humanize %} {% block content %}
{{ 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" %}