{% extends "admin/base_site.html" %} {% load admin_list static i18n %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}
{% if app_list %}
Frequently Used
moderate comments   Build JrnlDetails
posts Add Build JrnlArc
images Add Build Homepage
newsletter mailings Add Build Sitemap
sightings Add Build Jrnl RSS
check ins Add Build Range
locations Add Build Films
dialogue Add Build src
campsite Add Build Pages
homepage Add Build Essays
subscribers Add Build Dialogues
pages Add Build FieldNotes
link Add Build Guides
{% for app in app_list %}
{% for model in app.models %} {% if model.admin_url %} {% else %} {% endif %} {% if model.add_url %} {% else %} {% endif %} {% if model.admin_url %} {% else %} {% endif %} {% if model.name == "Gigs"%} {% endif %} {% endfor %}
{% blocktrans with name=app.name %}{{ name }}{% endblocktrans %}
{{ model.name }}{{ model.name }}{% trans 'Add' %} {% trans 'Change' %} 
Income for month
{% endfor %} {% else %}

{% trans "You don't have permission to edit anything." %}

{% endif %}
{% endblock %} {% block sidebar %} {% endblock %} {% block adminembed %}
{% endblock %}