{% trans "مدیریت محتوا" %}
{% for message in messages %}
{% endfor %}
{% if resources_list %}
{% for resource in resources_list %}
{% endfor %}
{% else %}
{% endif %}
{{ resource.title }}
{% if resource.description %}{{ resource.description }}
{% endif %}
{% if resource.is_published %}
{% trans "منتشر شده" %}
{% else %}
{% trans "پیشنویس" %}
{% endif %}
{% if resource.is_featured %}
{% trans "ویژه" %}
{% endif %}
{% trans "ایجاد شده در:" %} {{ resource.created_at|date:"Y/m/d H:i" }}
{% if resource.updated_at != resource.created_at %}
| {% trans "آخرین ویرایش:" %} {{ resource.updated_at|date:"Y/m/d H:i" }}
{% endif %}
{% trans "هیچ محتوایی یافت نشد." %}
{% trans "ایجاد اولین محتوا" %}