{% extends "base.html" %} {% block title %}{{ opp.title }} — Language Settings — ICDEV™{% endblock %} {% block content %}
Customer-Specific Glossary
{% for e in glossary %} {% else %} {% endfor %}
Term Type Expansion / Replacement Definition Enforcement
{{ e.term }} {{ e.term_type | title }} {% if e.term_type == 'acronym' %} {{ e.expansion or '—' }} {% elif e.term_type in ('deprecated', 'banned') %} Use instead: {{ e.replacement or '—' }} {% elif e.term_type == 'required' %} Must use {% else %} {{ e.expansion or e.replacement or '—' }} {% endif %} {{ e.definition[:80] }}{% if e.definition|length > 80 %}…{% endif %} {{ e.enforcement | title }}
No glossary entries for this opportunity
{% endblock %}