{% for text_content in text_contents %}
{% if text_content.url_info %}
website screenshot
{% endif %}

{% if text_content.url_info %} {{text_content.url_info.title}} {% elif text_content.file_info %} {{text_content.file_info.file_name}} {% else %} {{text_content.text}} {% endif %}

{{ text_content.created_at | datetimeformat(format="short", tz=user.timezone) }}

{{ text_content.category }}
{% if text_content.url_info %} {% endif %}

{{ text_content.instructions }}

{% endfor %}