{% trans "Developer Article" %}
{{ article.title }}
{% if summary %}{{ summary }}
{% endif %}- {% trans "Published" %}
- {{ article.created_on|date:"DATE_FORMAT" }} • {{ article.created_on|time:"TIME_FORMAT" }}
- {% trans "Last updated" %}
- {{ article.updated_on|date:"DATE_FORMAT" }} • {{ article.updated_on|time:"TIME_FORMAT" }}
{{ content|safe }}