{% extends 'base_catalog.html' %} {% load i18n %} {% block bread_scrumbs %}
{% endblock %} {% block page_title %} {% endblock %} {% block content_list %} {% if request.user != object.creator or request.GET.logout %} {% include 'client/includes/company/company_object.html' with company=object %} {% else %} {% include 'client/includes/company/company_edit.html' with company=object %} {% endif %} {% endblock %} {% block paginator %} {% endblock %}