{% load menu_tags %} {% url 'docs_invoice_list' as url_invoice_list %} {% url 'docs_faktura_list' as url_faktura_list %} {% url 'docs_nakladn_list' as url_nakladn_list %} {% url 'docs_aktrabot_list' as url_aktrabot_list %} {% url 'docs_platejka_list' as url_platejka_list %} {% url 'docs_dover_list' as url_dover_list %} {% url 'docs_aktsverki_list' as url_aktsverki_list %} {% url 'customer_profile_view' as customer_profile_view %} {% url 'customer_clients_list' as customer_clients_list %} {# if user.is_authenticated #} {% if not user.is_authenticated %} {% for child in children|slice:":4" %}
  • {{ child.get_menu_title }} {% if child.children %} {% endif %}
  • {% endfor %} {% else %}
  • СЧЕТА
  • АКТЫ ВЫПОЛНЕННЫХ РАБОТ
  • НАКЛАДНЫЕ
  • СЧЕТА-ФАКТУРЫ
  • {% endif %}
  • Другие документы {% if not user.is_authenticated %} {% else %} {% endif %}
  • МОИ РЕКВИЗИТЫ
  • МОИ КОНТРАГЕНТЫ
  • {# endif #}