{% extends "skeleton.html" %} {% load i18n crispy_forms_tags %} {% block base_content %}

{% trans 'Crispy forms Foundation sample' %}

{% trans 'By form containers' %}

{% comment %}{% with packages_versions=view.get_versions %} {% endwith %}
{% endcomment %} {% crispy form %}
{% endblock %}