{% extends "helpdesk/public_base.html" %}{% load i18n %}{% load markdown_deux_tags %} {% block helpdesk_body %}

{% trans 'Knowledgebase' %}:{% blocktrans with item.title as item %}{{ item }}{% endblocktrans %}

{{ item.question }}

{{ item.answer|markdown }}

{% blocktrans with item.category.title as category_title and item.category.get_absolute_url as category_url %}View other {{ category_title }} articles, or continue viewing other knowledgebase articles.{% endblocktrans %}

{% endblock %}