{% set time = imp0rt( 'time' ) %} Language {{ data['language'] }} {% if data['url'] != "" %} Post original page {% endif %}

{% set created_date = time.strptime(data['created_at'], '%Y-%m-%dT%H:%M:%S.%fZ') %} {{ time.strftime('%Y-%m-%d %H:%M:%S %zUTC', created_date) }}

{{ data['account']['display_name'] }} avatar image {{ data['account']['display_name'] }} ({{ data['account']['acct'] }})
{% if data['spoiler'] != "" and data['spoiler'] != null %} {% if data['translated_spoiler'] != "" and data['translated_spoiler'] != null %}
{{ data['translated_spoiler'] }}
{% endif %}
{{ data['spoiler'] }}
{% endif %}
{% if data['translated_content'] != '' and data['translated_content'] != null %} {{ data['translated_content'] }} {% endif %} {{ data['content'] }} {% if data['media_attachments'] %} {% for media in data['media_attachments'] %} {% if media['type'] == 'image' -%} {{ media['description'] }} {% elif media['type'] == 'video' or media['type'] == 'gifv' -%} {% elif media['type'] == 'audio' -%} Download audio {% else %} {%- endif %} {% endfor %} {% endif %} {% if data['meb_reply_to'] %} {% for reply in data['meb_reply_to'] %} Reply original page

{% set reply_created_date = time.strptime(reply['created_at'], '%Y-%m-%dT%H:%M:%S.%fZ') %} {{ time.strftime('%Y-%m-%d %H:%M:%S %zUTC', reply_created_date) }}

{{ reply['account']['display_name'] }} avatar image {{ reply['account']['display_name'] }} ({{ reply['account']['acct'] }})
{% if reply['translated_spoiler'] != '' and reply['translated_spoiler'] != null %} {{ reply['translated_spoiler'] }} {% endif %} {{ reply['spoiler'] }}
{% if reply['translated_content'] != '' and reply['translated_content'] != null %} {{ reply['translated_content'] }} {% endif %} {{ reply['content'] }} {% if reply['media_attachments'] %} {% for media in reply['media_attachments'] %} {% if media['type'] == 'image' %} {{ media['description'] }} {% elif media['type'] == 'video' %} {% elif media['type'] == 'audio' %} Download audio {% else %} {% endif %} {% endfor %} {% endif %}
{% endfor %} {% endif %} {% if data['reblog'] %}
Reply original page

{% set reblog_created_date = time.strptime(data['reblog']['created_at'], '%Y-%m-%dT%H:%M:%S.%fZ') %} {{ time.strftime('%Y-%m-%d %H:%M:%S %zUTC', reblog_created_date) }}

{{ data['reblog']['account']['display_name'] }} avatar image {{ data['reblog']['account']['display_name'] }} ({{ data['reblog']['account']['acct'] }})
{% if data['reblog']['translated_spoiler'] != '' and data['reblog']['translated_spoiler'] != null %}
{{ data['reblog']['translated_spoiler'] }}
{% endif %}
{{ data['reblog']['spoiler'] }}
{% if data['reblog']['translated_content'] != '' and data['reblog']['translated_content'] != null %} {{ data['reblog']['translated_content'] }} {% endif %} {{ data['reblog']['content'] }} {% if data['reblog']['media_attachments'] %} {% for media in data['reblog']['media_attachments'] %} {% if media['type'] == 'image' %} {{ media['description'] }} {% elif media['type'] == 'video' %} {% elif media['type'] == 'audio' %} Download audio {% endif %} {% endfor %} {% endif %}
{% endif %}
{# {{ data['card'] }} #}