{{ issue_info.skill_name }}

{{ issue_info.skill_name }}

{% if issue_info.skill_short_code %}

{{ issue_info.skill_short_code }}

{% endif %}
{% if issue_info.skill_description %}

{{ issue_info.skill_description }}

{% endif %} {% if issue_info.skill_criteria %}

{{ 'CriteriaToEarnTheBadge'|get_lang }}

{{ issue_info.skill_criteria }}

{% endif %}
{% if allow_download_export %} {% if badge_error %}
{{ 'BakedBadgeProblem'|get_lang }}
{% else %}

{{ 'DownloadBadge'|get_lang }}

{% endif %}

{{ 'ExportBadge'|get_lang }}

{{ 'ShareWithYourFriends' | get_lang }}
{% endif %}

{{ 'RecipientDetails'|get_lang }}

{{ issue_info.user_complete_name }}

{{ 'SkillAcquiredAt'|get_lang }}

{% if show_level %}

{{ 'AcquiredLevel'|get_lang }}

{% endif %} {% if allow_comment %} {% if show_level %}
{{ 'ChangeAcquiredLevel'|get_lang }}
{{ acquired_level_form }}
{% endif %}
{{ 'XComments'|get_lang|format(issue_info.comments|length) }} / {{ 'AverageRatingX'|get_lang|format(issue_info.feedback_average) }}
{{ comment_form }} {% if issue_info.comments %}
{% for comment in issue_info.comments %}

{{ comment.giver_complete_name }}

{{ comment.datetime }}

{{ comment.text }}

{% if comment.value %} {{ 'AverageRating' }} {{ comment.value }} {% endif %}
{% endfor %} {% endif %}
{% else %}

{{ 'XComments'|get_lang|format(issue_info.comments|length) }} / {{ 'AverageRatingX'|get_lang|format(issue_info.feedback_average) }}

{% endif %}
{% if allow_download_export %} {% endif %}