<divclass="panel-heading"><h4class="panel-title">{% trans "Credits" %}</h4></div>
<divclass="panel-body">
<p>{% trans "Credits list all translators who have contributed to this component in given time period. It can be useful for including in your documentation or application to thanks to translators." %}</p>
{% csrf_token %}
{{ credits_form|crispy }}
{{ reports_form|crispy }}
</div>
<divclass="panel-footer">
<inputtype="submit"value="{% trans "Generate"%}"class="btn btn-default"/>