{% extends "base.html" %} {% load i18n %} {% block headtitle %}About - {{PORTAL_NAME}}{% endblock headtitle %} {% block headermeta %} {% load custom_filters %} {% endblock headermeta %} {% block innercontent %} {% get_current_language as LANGUAGE_CODE %}

{{ "About" | custom_translate:LANGUAGE_CODE}}


MediaCMS {{ "is a modern, fully featured open source video and media CMS. It is developed to meet the needs of modern web platforms for viewing and sharing media" | custom_translate:LANGUAGE_CODE}}.

{% endblock %}