{% extends 'index.html' %} {% form_theme form _self %} {% block form_row %}
{{ form_label(form) }} {{ form_errors(form) }} {{ form_widget(form, {'attr': {'class': 'form-control'}}) }}
{% endblock %} {% block content %}

PGP Mailer


{% if app.session.flashBag.has('successfull') %}
{{ app.session.flashBag.get('successfull')[0] }}
{% endif %} {% if error %}
An error has occurred. Please try it again.
{% endif %}
{{ form_widget(form) }}
{% endblock %}