{% include 'web/include_comman/header.html' %} {% include 'web/include_comman/sidebar.html' with active_tab='blog_active'%}
{% include 'web/include_comman/right_top.html' %}
Blogs List
{% if request.user.roles_id == 3 or request.user.roles_id == 4 %} Add New {% endif %}
{% comment %} {% endcomment %}
{% include 'web/message.html' %}
{% if blog %} {% comment %} {% endcomment %} {% if request.user.roles_id == 1 or request.user.roles_id == 2 %} {% endif %} {% if request.user.roles_id == 3 or request.user.roles_id == 4%} {% endif %} {% comment %} {% endcomment %} {% for blog in blog %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% comment %} /////////////////// {% endcomment %} {% if request.user.roles_id == 1 or request.user.roles_id == 2%} {% if blog.is_aproved == 0 %} {% elif blog.is_aproved == 1 %} {% if blog.is_active == 1 %} {% else %} {% endif %} {% else %} {% endif %} {% comment %} #---------------------------------------------------for preview-------------------------------- {% endcomment %} {% endif %} {% if request.user.roles_id == 3 or request.user.roles_id == 4%} {% endif %} {% endfor %}
S.No. Blog Image Category Name Blog titleBlog ContentStatus Approval StatusActionAction
{{forloop.counter}}{{blog.cover_image}} {% if blog.cover_image %} {% else %} {% endif %} {{blog.category}} {{blog.title}}DeactivateDeactivateActivate
{% else %} {% endif %}
{% include 'web/include_comman/footer.html' %}