{% extends 'generic/object.html' %} {% block content %}
String Filter
Name {{ object.name }}
Key {{ object.key }}
{% include 'inc/panels/tags.html' %}
Ninja Templates
{% for ninja_template in object.ninja_templates.all %} {% empty %} {% endfor %}
{{ ninja_template.name }}
No ninja templates assigned
Options
{% for option in object.options.all %} {% empty %} {% endfor %}
{{ option.value }} {{ option.label|default:"No label assigned" }}
No options assigned
{% endblock %}