{% extends "base_template.html" %} {% load utilfilters %} {% block title %} Сниппеты {% endblock %} {% block menu %} {% endblock %} {% block body %}

Сниппеты


{% for error in errors %} {% if forloop.first %}{% endif %} {% endfor %} {% for snippetsDump in snippetsDumps %} {% if forloop.first %} {% endif %} {% if snipDumpId and snipDumpId|equals:snippetsDump.id %} {% endif %} {% if forloop.last %}
Название дампаСниппетовщикДата    
{{ snippetsDump.name }}{{ snippetsDump.engineUrl }} {{ snippetsDump.cgiParams}}{{ snippetsDump.date|date:"d-m-Y H:i" }}
Сниппеты: {% for snippet in snippets.object_list %} {% endfor %}
Запрос: {{ snippet.query }}
{% autoescape off %} {{ snippet.title }} {% endautoescape %}
{% autoescape off %} {{snippet.snippet }} {% endautoescape %}
{{ snippet.url }}
{% endif %} {% empty %} В системе нет загруженных сниппетов. {% endfor %}

Корзина

{% for snippetsDump in snippetsDumpsArchived %} {% if forloop.first %} {% endif %} {% if forloop.last %}
Название дампаСниппетовщикДата  
{{ snippetsDump.name }}{{ snippetsDump.engineUrl }} {{ snippetsDump.cgiParams}}{{ snippetsDump.date|date:"d-m-Y H:i" }}
{% endif %} {% endfor %} {% endblock %}