{% for image in images %}
{{ image.get_view|safe }}
{% with image.get_random_associated_post as post %}
{{ post.get_link_view|safe }}
{% endwith %}
{% endfor %}
{% for op in latest_threads %}
{{ op.get_link_view|safe }} {{ op.get_title_or_text }}
{% endfor %}
{% endfor %}