{{ doc.author or 'โ' }}
{% if doc.updated_at %} {{ doc.updated_at }}{% endif %}
{% if other_langs %}
{{ t('available_in') }}: {% for l in other_langs %} {{ {'pl':'Polski','en':'English'}[l] or l }}{% if not loop.end %} ยท {% endif %}{% endfor %}
{% endif %}