This is dischargesummary - an OPAL plugin.
This plugin is no longer actively maintiained - as it depends on a version of django that is no longer supported by OPAL
class MySummary(DischargeTemplate):
name = 'my name'
template = 'my_template_path.html'
button_display = 'Discharge Text'
{% load modalsummary %}
{% modalsummary 'my name' %}