{% extends "core/base.html" %} {% load i18n crispy_forms_tags %} {% block body %}

{{ welcome_message }}

{#

...

#} {#
#} {#
#} {#
Need a homepage?
#} {# {% translate 'Need an easy configurable medical website with included online prescriptions?' %}
#} {# #} {#
#}
{% crispy form %} {{ form.media }}

© nerdocs 2013–{% now "Y" %}

{% endblock %}