diff --git a/lmfdb/artin_representations/templates/artin-representation-show.html b/lmfdb/artin_representations/templates/artin-representation-show.html index 1d69299fad..09b1a14ca6 100644 --- a/lmfdb/artin_representations/templates/artin-representation-show.html +++ b/lmfdb/artin_representations/templates/artin-representation-show.html @@ -68,7 +68,7 @@
Size | Order | Action on
+ {{KNOWL('group.size_conjugacy_class', 'Size')}} | {{KNOWL('group.order_conjugacy_class', 'Order')}} | {{KNOWL('gg.galois_group', 'Action')}} on
{% if object.number_field_galois_group().degree() < 4 %}
${% for i in range(1, object.number_field_galois_group().degree()+1) %}
r_{ {{i}} }{% if not loop.last %}, {% endif %}
{% endfor %}$
{% else %}
$r_1, \ldots, r_{ {{object.number_field_galois_group().degree()}} }$
- {% endif %} | Character value | Complex conjugation | | {{KNOWL('group.representation.character', 'Character value')}} | {{KNOWL('artin.trace_of_complex_conj', 'Complex conjugation')}} |