{% extends template_name + '/base.html' %} {% block styles %} {% endblock %} {% block content %} {% if selected_component %}

K2CloudERP-2.5.1.27

{{selected_component.name|title}}

{{selected_component.description|title}}

{{gettext('t_version')}}: {{selected_component.latest_version|title}}

{{gettext('t_dependencies')}}: {{selected_component.dependencies|title}}

{{gettext('t_git_link')}}: {{selected_component.git_link|title}}

K2 Cloud

Example image
{% else %} Error load components info {% endif %} {% endblock %}