{% extends "layout.html.twig" %} {% block title %}{{ campaign.name }} - Self service{% endblock %} {% block body %} Show history
{% include 'Dashboard/SelfCampaign/edit.html.twig' with {'withSubmit': true, 'type': 'edit'} %}
{% endblock %} {% block specificJS %} {% endblock %}