{% extends "gw/tagged/base.html" %} {% block title %} LanSite/GW/tagged {% endblock %} {% block topbar %} TO {% endblock %} {% block body_main %}

{{ to }}

{% if edit %}

Новый тэг

{% if tags_all %}
{# #}
{% else %} Нет подходящих тэгов. {% endif %}
{% endif %} {% if edit %}

Список тэгов

{% if tags %} {% for tag in tags %} {% autoescape off %} {# {{ tag.get_control }}#} {% ifequal tag.type.type_class 'date' %} {% else %} {% if tag.type.type_class == "bool" and tag.tag.value %} {% else %} {% endif %} {% endifequal %} {% endautoescape %} {% endfor %}
{{ tag.type }} :
{% ifequal tag.type.type_class 'object' %} {{ tag.tag.form }}
{% else %} {% endifequal %}
{% else %} Нет тэгов. {% endif %} {% else %} {% load gw_extras %} {% taglist to.object %} {% endif %}
{% if edit %} {% else %} {% endif %} {% endblock %}