{% include 'web/include_comman/header.html' %} {% include 'web/include_comman/sidebar.html' with active_tab='author_active'%}
{% include 'web/include_comman/right_top.html' %}
Authors List
{% include 'web/message.html' %}
{% if authors %} {% for author in authors %} {% endfor %}
S.N. Author name Image tag Writing type Action
{{forloop.counter}} {{author.author_name}} {% if author.author_image %} {% else %} {% endif %} {{author.writing_type}} Edit Delete
{% else %} {% endif %}
{% include 'web/include_comman/footer.html' %}