{% if full_name %}{{ full_name }} - {% endif %}{{ user.username }} | {% endwith %}
---|
{% extends "admin/base_site.html" %} {% load i18n static %} {% load url from future %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}dashboard{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}
{% if full_name %}{{ full_name }} - {% endif %}{{ user.username }} | {% endwith %}
---|