{% extends "tweet/base.html" %} {% block title %}Resultaten continu zoeken{% endblock %} {% block content %}
| id | datum | userid | username | inreplyto | text | location | |
|---|---|---|---|---|---|---|---|
| {{ 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:"" }} |