{% load sro2_extras %} !!! # Название Статус ОКАТО Страхователь На сайте {% if orgsro.org|chkuser:user and perms.sro2.delete_orgsro %} Del {% endif %} {% if list %} {% for orgsro in list %} !!!
{{ orgsro.regno|slice:"5:" }}
{{ orgsro.org.name }}
{% autoescape off %}{{ orgsro.status|getstatus:"none" }}{% endautoescape %}
{% if orgsro.org.okato %}{{ orgsro.org.okato.name }}{% endif %}
{% if orgsro.orginsurance %}{{ orgsro.orginsurance.insurer.name }}{% endif %}
{% if orgsro.publish %}
True
{% endif %}
{% if orgsro.org|chkuser:user and perms.sro2.delete_orgsro %} {% endif %} {% endfor %} {% endif %}