{% extends "base.html" %} {% load eb %} {% block title %}About {{ schema.plural_name }}{% endblock %} {% block content %}

About {{ schema.plural_name }}

Summary

{{ schema.summary|safe|linebreaks }} {% if schema.source.strip %} {% with schema.source.splitlines as sources %}

Source{{sources|pluralize}}

{% for source in sources %} {% if source.strip %}

{% endif %} {% endfor %} {% endwith %} {% endif %} {% if schema.grab_bag_headline and schema.grab_bag %}

{{ schema.grab_bag_headline|safe }} eee

{{ schema.grab_bag|safe|linebreaks }} {% endif %}
{% endblock %}