{% extends "wagtailadmin/generic/index.html" %} {% load i18n wagtailadmin_tags staticfiles %} {% block extra_css %} {{ block.super }} {% endblock %} {% block extra_js %} {{ block.super }} {% endblock %} {% block content %} {% url 'wagtailsocialfeed:moderate' pk=object.pk as search_url %} {% include "wagtailsocialfeed/admin/header.html" with title=view.page_title icon="rss" search_url=search_url %} {% for post in feed %} {% endfor %}
Date Post Image

{{ post.date }}

{{ post.text }} {% if post.image.thumb %} {% endif %}
{% endblock %}