{% set gridhtml = getcontent('datagrid:everything.html', datagrid=datagrid) %} {{ include_js('common:crud_manage.js') }} {% extends extend_from %} {% block title %}{{pagetitle}} | {{super()}}{% endblock %} {% block primary_content %}

{{pagetitle}}

{% if gridhtml %} {{ gridhtml|safe }} {% else %}

Sorry, no {{objectnamepl}} currently in the database. Add One!

{% endif %} {% endblock primary_content %}