{% extends 'psu_base/layout/main.html' %} {% load base_taglib %} {% load infotext_taglib %} {% block title %}Edit Infotext{% endblock %} {% block scripts %} {% endblock %} {% block pagecontent %}

Infotext for {%app_name%}



{% for group_title, text_instances in results.items %} {% for it in text_instances %} {% endfor %} {% endfor %}
Actions Identifier Content

{{group_title}}

{{it.text_code}} {%if is_developer%}
{%endif%}
{%fa fa-pencil-square-o fa-fw text-info title="Edit" onclick="enable_edit($(this));"%}
{%fa fa-trash-o fa-fw text-danger title="Delete" onclick="delete_infotext($(this));"%}
{{it.content|safe}}
{% endblock %}