{% extends "journal/base.html" %} {% block path %}{{block.parent}} » microentries » {{ object.title }}{%endif%} {% block title %}Journal Micro-entries{% endblock %} {% block content %}
{% if object_list %} {% else %}

No entries have been entered yet.

{% endif %} {% if is_paginated %} {% if has_previous %} « previous | {% endif %} {% if has_next %} next » {% endif %} {% endif %} {% endblock %}