{% if entry.important == True %}
            | 
                {{ "%s %s %s %s"|format(entry.client[0:1], entry.client[1:4], entry.client[4:7],
                    entry.client[7:11]) }}
                {% if entry.status == 1 %}
                [удалить]
                {% endif %}
             | 
            {% else %}
            {{ "%s %s %s %s"|format(entry.client[0:1], entry.client[1:4], entry.client[4:7], entry.client[7:11]) }}
                {% if entry.status == 1 %}
                [удалить]
                {% endif %}
             | 
            {% endif %}
            
            {{ entry.time }} | 
            
                {% if entry.recordUrl|length > 1 %}
                
                {% endif %}
                {% if entry.reason|length > 1 %}
                {{ entry.reason }}
                {% endif %}
             |  {{ entry.uuid }} | 
            
        
        {% endfor %}