{% extends "tweet/base.html" %} {% block title %}Resultaten continu zoeken{% endblock %} {% block content %}

Pas zoektermen aan Download resultaten Ververs
{% include "tweet/pagination_snippet.html" with objects=tweets %} {% for tweet in tweets %} {% endfor %}
id datum userid username inreplyto text location
{% csrf_token %}
{{ tweet.id }} {{ tweet.created_at|date:"d/m/Y H:i:s" }} {{ tweet.from_user_id }} {{ tweet.from_user }} {{ tweet.in_reply_to }} {{ tweet.text }} {{ tweet.location|default:"" }}
{% include "tweet/pagination_snippet.html" with objects=tweets %} {% endblock %}