{% extends "base_template/base.html" %} {% load dj_translation %} {% block content %}
{% for translation in object_list %} {% empty %}
  • No articles yet.
  • {% endfor %}
    title description created at updated at
    {{ translation.title | translate }} {{ translation.description | translate | safe}} {{ translation.created_at }} {{ translation.updated_at }}
    {% endblock %}