{% extends "@UVDeskCoreFramework//Templates//layout.html.twig" %} {% block title %} {{ 'Articles'|trans }} {% endblock %} {% block pageContent %}
{{ 'FOLDERS'|trans }}
{{ 'Back'|trans }}

{{ 'All Articles'|trans }}

{{ 'Sort By:'|trans }} {{ 'Created At'|trans }}
{{ 'Status:'|trans }} {{ 'All'|trans }}
{# {% set resources = user_service.getCompanyLeftResources() %} #} {{ "New Article"|trans }}
{# {% set resources = user_service.getCompanyLeftResources() %} {% if resources %} {% endif %} #}
{{ "Id"|trans }} {{ "Category"|trans }} {{ "Article"|trans }} {{ "Viewed"|trans }} {{ "Created"|trans }} {{ "Status"|trans }} {{ "Action"|trans }}
{% endblock %} {% block footer %} {{ parent() }} {% endblock %}