{% extends "django_cradmin/viewhelpers/uimock/base.django.html" %} {% load cradmin_uimock_tags %} {% block content %}
{% if mockname %}

No mock named {{ mockname }}.

Go to index

{% else %} This mock does not have a index.django.html template. {% endif %}
{% endblock content %}