{% 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
photos Add Build Homepage
Newsletter Mailings Add Build Sitemap
sightings Add Build RSS
check ins Add Build Newsletter
locations Add Build Essays
dialogue Add Build Dialogues
campsite Add Build src
homepage Add Build Guide
subscribers Add Build Pages
pages Add Build Discursive Pages
link Add Build FieldNotes
{% 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 %}