{% extends 'base.html.twig' %}

{% block title %}New Factura{% endblock %}

{% block body %}
    <h1>Create new Factura</h1>

    {{ include('factura/_form.html.twig') }}

    <a href="{{ path('factura_index') }}">back to list</a>
{% endblock %}
