{% extends 'base.html' %} {% block title %}Entries | BrandX{% endblock title %} {% block content %}

Entries

{% if user.is_authenticated %} {% endif %}
{% if page_obj %} {% include './entry_next.html' %} {% else %} No entries published yet. {% if not user.is_authenticated %}Login to add.{% endif %} {% endif %}
{% endblock content %}