{% extends "gw/bits/phone_base.html" %} {% block title %} Телефон {% endblock %} {% block topbar %} Телефоны {% endblock %} {% block body_main %}

{{ item.asstr }}

{% if item.types.all %} {% endif %}

  E     X  


Контакты:

{% for i in item.contactphone_set.all %}

{{ i.contact }} ({{ i.type }})

{% endfor %} {% endblock %}