{% extends 'base.html.twig' %} {% block title %} وبلاگ {% endblock %} {% block des %} جدیدترین اطلاعات و خبرها از دنیای حسابداری {% endblock %} {% block body %}

وبلاگ حسابیکس

جدیدترین اطلاعات و خبرها از دنیای حسابداری

{% if posts|length > 0 %}
{% for post in posts %}
{{post.title}}
{% for tree in post.tree %} {{ tree.label }} {% endfor %}
{{ Jdate.jdate('Y/n/d',post.dateSubmit) }}
{{ post.views }}

{{ post.title }}

{{ post.intro }}

ادامه مطلب
{% endfor %}
{% if maxpages > 1 %} {% endif %} {% else %}

هیچ پستی یافت نشد

{% if search %} برای عبارت "{{ search }}" هیچ نتیجه‌ای یافت نشد. {% else %} هنوز هیچ پستی منتشر نشده است. {% endif %}

{% endif %}
{% endblock %}