{% extends 'ftp_deploy/base.html' %} {% load crispy_forms_tags %} {% load staticfiles %} {% block extrahead %} {% endblock extrahead %} {% block content %}

{{title}}

Dashboard {% if service %} Manage {% endif %}

{% crispy form %}
{% endblock content %}