{% load tz %} {% load static %} {% load i18n %} {% with entries=journal.entries.all %} {% if entries %}
{% blocktranslate with label=journal.entry_label|lower %}Start your digital journaling journey by creating your first {{ label }}.{% endblocktranslate %}
{% blocktranslate with label=journal.entry_label %}Create Your First {{ label }}{% endblocktranslate %} {% else %}{% blocktranslate with label=journal.entry_label_plural|lower %}This journal doesn't have any {{ label }} yet. Check back later!{% endblocktranslate %}
{% endif %}