{% extends 'common.html' %} {% load static %} {% load crispy_forms_tags %} {% block title %}{{ title }}{% endblock title %} {% block pre_content %} {% endblock pre_content %} {% block right_common_content %}
{% if product_categories %}
{% endif %}
{% if manufacturer_list %}
Выбор ПО по разработчику
{% for manufacturer in manufacturer_list %} {% endfor %}
{% endif %} {% if clients %}
Наши клиенты
{% endif %} {% if certs %}
Наши сертификаты
{% for cert in certs %} {% if cert.preview %} {{ cert.name }} {% else %}

{{ cert.name }}

{% endif %}
{% endfor %}
{% endif %} {% endblock right_common_content %}