{% extends 'dashboard/base.html' %} {% load static %} {% block title %}{{ title }} - {{ seo_settings.meta_title }}{% endblock title %} {% block content %}

Blogs

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% for blog in blogs %} {% if blog.thumbnail %} {% else %} {% endif %} {% endfor %}
# Thumbnail Title Category Author Created At Last Update Action
{{ forloop.counter }}blogthumbNo image{{ blog.title|slice:":20" }}... {{ blog.category }} {{ blog.author }} {{ blog.created_at }} {{ blog.updated_at }}
{% endblock %}