{% extends "base.html" %} {% load eb %} {% block title %}Thanks for signing the petition{% endblock %} {% block content %}
{% if is_schema %}

{{ petition.schema.name|capfirst }}

{% endif %}

Thanks

{% endblock %}