{% load i18n %}
{% if objects_list %}
{% for obj in objects_list %}
{{ obj }}
{% endfor %}
{% endif %}
{% trans "Add new" %}