{% extends base %} {% from 'macro.html' import breadcrumbs with context %} {% block content %}
{{- breadcrumbs() }} {% for item in edit_log %}

{% with user=item.user %} {% include 'includes/userlink.html' %} {% endwith %} {{ item.action_verb() }} рассказ {{ item.story.title }} {{ item.date|datetimeformat }} {% if item.json_data %}

{% endif %}

{% endfor %} {% if page_obj %} {% endif %}
{% endblock %}