|
10 | 10 | } |
11 | 11 | </style> |
12 | 12 |
|
13 | | -<p> {{ place_code('gg') }}</p> |
| 13 | +<p> {{ place_code('gg') }}</p> |
14 | 14 | <p><h2>{{ KNOWL('gg.group_action_invariants', title='Group action invariants') }}</h2> |
15 | 15 | <table> |
| 16 | + <tr><td>{{KNOWL('group.order','Order')}}:<td> <td>{{info.ordermsg }}</td> |
16 | 17 | <tr><td>{{KNOWL('gg.degree', 'Degree')}} $n$:<td> <td>${{info.n}}$</td> |
17 | 18 | <td>{{ place_code('n') }}</td></tr> |
18 | 19 | <tr><td class="nowrap">{{KNOWL('gg.tnumber', 'Transitive number')}} $t$:<td> <td>${{info.t}}$</td> |
|
85 | 86 | </tbody> |
86 | 87 | </table> |
87 | 88 | <p> |
88 | | - {{KNOWL('gg.malle_a', "Malle's constant $a(G)$")}}: |
| 89 | + {{KNOWL('gg.malle_a', "Malle's constant $a(G)$")}}: |
89 | 90 | {% if info.malle_a is not none %} |
90 | | - ${{info.malle_a}}$ |
| 91 | + ${{info.malle_a}}$ |
91 | 92 | {% else %} |
92 | 93 | not computed |
93 | 94 | {% endif %} |
|
139 | 140 | <p><h2>{{ KNOWL('gg.int_modules', title='Indecomposable integral representations') }}</h2> |
140 | 141 | </p> |
141 | 142 | <table> |
142 | | -<tr><td> |
| 143 | +<tr><td> |
143 | 144 | {% if info['int_reps_complete'] > 0 %} |
144 | | -Complete |
| 145 | +Complete |
145 | 146 | {% else %} |
146 | 147 | Partial |
147 | 148 | {% endif %} |
148 | 149 | list of indecomposable integral representations: |
149 | 150 | <p> |
150 | 151 | <div> |
151 | 152 | <table class="ntdata reptable"> |
152 | | - <tr><th>{{ KNOWL('gg.int_modules.names', title='Name') }}</th> <th>Dim</th> |
| 153 | + <tr><th>{{ KNOWL('gg.int_modules.names', title='Name') }}</th> <th>Dim</th> |
153 | 154 | {% for gen in info['int_rep_classes'] %} |
154 | 155 | <th> ${{ gen | safe }} \mapsto $ </th> |
155 | 156 | {% endfor %} |
156 | 157 | </tr> |
157 | 158 | {% for rep in info['int_reps'] %} |
158 | 159 | <tr> |
159 | | - <td> {{ rep['name'] | safe }} </td> <td> ${{rep['dim'] }}$ </td> |
| 160 | + <td> {{ rep['name'] | safe }} </td> <td> ${{rep['dim'] }}$ </td> |
160 | 161 | {% for gen in rep['gens'] %} |
161 | 162 | <td> ${{ gen | safe }}$ </td> |
162 | 163 | {% endfor %} |
|
0 commit comments