diff options
Diffstat (limited to 'ishtar_common/templates/base.html')
-rw-r--r-- | ishtar_common/templates/base.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index e7fdf3e6f..e235df60a 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -78,6 +78,11 @@ </form> {% endif %}{% endblock %} </div> +{% if reminders %}<fieldset id='reminder'><legend>{% trans "Current items" %}</legend> +{% for lbl, value in reminders%} +<p><strong class='lbl'>{{lbl}}{% trans ":"%}</strong> <span class='value'>{{value}}</span></p> +{% endfor %} +</fieldset>{%endif%} <div id="main_menu"> <ul> {% for section in MENU.childs %} |