{% extends "template.html" %} {% load noctags %} {% block breadcrumbs %}{{block.super}}
  • {{object.name}}
  • Scripts
  • {% endblock %} <{% block content %}

    Scripts for {{object.name}} ({{object.profile_name}})

    {% noctable %} {% for s, n, has_html in scripts %} {% endfor %}
    ScriptRAWHTML
    {{n}} RAW {% if has_html %} HTML {% endif %}
    {% endnoctable %} {%endblock%}