{% extends "base.html" %} {% load i18n static %} {% block content %}

{% trans 'Create Report' %}

{% trans 'Create PDF Report for your organization' %}

{% blocktrans %}In the list of your organizations (Click on the table "Your organizations"), just click on "Create" (PDF report field). It will be generated a PDF document with all information contained in your registry. {% endblocktrans %}

{% with 'img/'|add:LANG|add:'/create_report.png' as image_static %} {% trans 'Create Report' %} {% endwith %}
{% endblock %}