{% extends 'base.html' %} {% load static %} {% block content %} {% include 'profile/header.html' %} {% load widget_tweaks %} {% include 'profile/drawer.html' %}



مقالات

{% include 'profile/message.html' %}
{% for post in posts %}
{% if post.poster %} {{ post.title }} {% else %} Placeholder {% endif %}
{{ post.title }}

{{ post.content|truncatewords:50|safe }}

بیشتر بخوانید

{{ post.view_count }} بازدید

{% if roles_status.ادمین_اصلی or roles_status.فرماندهی %} {% endif %}
{% endfor %}
{% endblock %}