{% extends "wcs/base.html" %} {% load static %} {% block page-header %} {% if title %}

{{ title }}

{% endif %} {% endblock %} {# remove default title #} {% block content %} {% with title=false %} {{ block.super }} {% endwith %} {% endblock %}